Skip to content

Commit 27589de

Browse files
committed
hal_lib.c: fix error message typo
1 parent 792e764 commit 27589de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/hal_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ int hal_link(const char *pin_name, const char *sig_name)
11851185
/* ports can only have one reader */
11861186
rtapi_mutex_give(&(hal_data->mutex));
11871187
rtapi_print_msg(RTAPI_MSG_ERR,
1188-
"HAL: ERROR: siganl '%s' can only have one input pin\n", sig_name);
1188+
"HAL: ERROR: signal '%s' can only have one input pin\n", sig_name);
11891189
return -EINVAL;
11901190
}
11911191

0 commit comments

Comments
 (0)