We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01f09b commit 4565ccbCopy full SHA for 4565ccb
1 file changed
01-single-acquisition.c
@@ -43,7 +43,7 @@ main (int argc, char **argv)
43
}
44
45
if (error != NULL) {
46
- /* En error happened, display the correspdonding message */
+ /* An error happened, display the correspdonding message */
47
printf ("Error: %s\n", error->message);
48
return EXIT_FAILURE;
49
0 commit comments