Skip to content

Commit 4fb0cac

Browse files
author
Ilya Mandel
committed
Typo fix
1 parent f3183d8 commit 4fb0cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const std::string NOT_PROVIDED_STR(1, static_cast<char>(NOT_PROVIDED_CHAR));
7575
// on the commandline). In this case, if the user did not speify a value on
7676
// the commandline, the commandline value is set according to the default
7777
// behaviour for the option, and the grid line value is set from that. Note
78-
// that for options whose default behavious is to draw a random number, this
78+
// that for options whose default behaviours is to draw a random number, this
7979
// will only be done once for the commandline value, and each grid line that
8080
// falls back to the commandline will take the same value as the commandline.
8181
// Consider using 'fallback' = 'false' for those cases.

0 commit comments

Comments
 (0)