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 f3183d8 commit 4fb0cacCopy full SHA for 4fb0cac
src/Options.h
@@ -75,7 +75,7 @@ const std::string NOT_PROVIDED_STR(1, static_cast<char>(NOT_PROVIDED_CHAR));
75
// on the commandline). In this case, if the user did not speify a value on
76
// the commandline, the commandline value is set according to the default
77
// 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
+// that for options whose default behaviours is to draw a random number, this
79
// will only be done once for the commandline value, and each grid line that
80
// falls back to the commandline will take the same value as the commandline.
81
// Consider using 'fallback' = 'false' for those cases.
0 commit comments