We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2ef9a commit a071c78Copy full SHA for a071c78
tests/net/gnrc_legacy_tx_sync/main.c
@@ -89,7 +89,7 @@ int main(void)
89
90
/* Cancel error message and send success message */
91
if (ztimer_remove(ZTIMER_SEC, &timer)) {
92
- /* Sucessfully removed error message, not too late to send success */
+ /* Successfully removed error message, not too late to send success */
93
msg_send(&success_msg, pid);
94
}
95
0 commit comments