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 1290db8 commit 3ce3b99Copy full SHA for 3ce3b99
src/sipnet/events.c
@@ -50,7 +50,7 @@ EventNode *createEventNode(int year, int day, int eventType,
50
}
51
// Validate the params
52
if ((fracRA + fracTA > 1) || (fracRB + fracTB > 1)) {
53
- logError("nvalid harvest newEvent for year %d day %d; above and below "
+ logError("invalid harvest newEvent for year %d day %d; above and below "
54
"must each add to 1 or less",
55
year, day);
56
exit(EXIT_CODE_BAD_PARAMETER_VALUE);
0 commit comments