We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
Heh, oops... fixed in [087d4cc].
Sorry, something went wrong.
No branches or pull requests
Hi
There is a small spelling error in the displayed error message at
https://github.com/darkrose/nodau/blob/master/src/nodau.c#L81
The text was updated successfully, but these errors were encountered: