We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e764 commit 27589deCopy full SHA for 27589de
1 file changed
src/hal/hal_lib.c
@@ -1185,7 +1185,7 @@ int hal_link(const char *pin_name, const char *sig_name)
1185
/* ports can only have one reader */
1186
rtapi_mutex_give(&(hal_data->mutex));
1187
rtapi_print_msg(RTAPI_MSG_ERR,
1188
- "HAL: ERROR: siganl '%s' can only have one input pin\n", sig_name);
+ "HAL: ERROR: signal '%s' can only have one input pin\n", sig_name);
1189
return -EINVAL;
1190
}
1191
0 commit comments