Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling error in error message #22

Closed
carnil opened this issue Nov 5, 2016 · 1 comment
Closed

Spelling error in error message #22

carnil opened this issue Nov 5, 2016 · 1 comment

Comments

@carnil
Copy link
Contributor

carnil commented Nov 5, 2016

Hi

There is a small spelling error in the displayed error message at

https://github.com/darkrose/nodau/blob/master/src/nodau.c#L81

--- a/src/nodau.c
+++ b/src/nodau.c
@@ -78,7 +78,7 @@ static char* get_args(int argc, char** a
        args = malloc(l);
        /* if null throw an error */
        if (args == NULL) {
-               fprintf(stderr,"an error occured in argument compilation\n");
+               fprintf(stderr,"an error occurred in argument compilation\n");
                return NULL;
        }
@TicklishHoneyBee
Copy link
Owner

Heh, oops... fixed in [087d4cc].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants