Skip to content

Commit 4565ccb

Browse files
keck-in-spaceEmmanuelP
authored andcommitted
fix minor typo
1 parent f01f09b commit 4565ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-single-acquisition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main (int argc, char **argv)
4343
}
4444

4545
if (error != NULL) {
46-
/* En error happened, display the correspdonding message */
46+
/* An error happened, display the correspdonding message */
4747
printf ("Error: %s\n", error->message);
4848
return EXIT_FAILURE;
4949
}

0 commit comments

Comments
 (0)