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 24f3961 commit d06a561Copy full SHA for d06a561
1 file changed
gemc_options.cc
@@ -56,7 +56,7 @@ namespace gemc {
56
57
// random seed
58
help = "Random Seed: set the random seed to an integer value. Default: \n";
59
- help += std::string(HELPFILLSPACE) + "If the random seed is set to -12345, the seed will be set using a combinration of: \n";
+ help += std::string(HELPFILLSPACE) + "If the random seed is set to -12345, the seed will be set using a combination of: \n";
60
help += std::string(HELPFILLSPACE) + " - local time \n";
61
help += std::string(HELPFILLSPACE) + " - process id \n";
62
help += std::string(HELPFILLSPACE) + " - clock function \n";
0 commit comments