Skip to content

Commit 3ce3b99

Browse files
committed
one-char typo in error message
1 parent 1290db8 commit 3ce3b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sipnet/events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EventNode *createEventNode(int year, int day, int eventType,
5050
}
5151
// Validate the params
5252
if ((fracRA + fracTA > 1) || (fracRB + fracTB > 1)) {
53-
logError("nvalid harvest newEvent for year %d day %d; above and below "
53+
logError("invalid harvest newEvent for year %d day %d; above and below "
5454
"must each add to 1 or less",
5555
year, day);
5656
exit(EXIT_CODE_BAD_PARAMETER_VALUE);

0 commit comments

Comments
 (0)