Skip to content

Commit d06a561

Browse files
committed
typo fix
1 parent 24f3961 commit d06a561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gemc_options.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace gemc {
5656

5757
// random seed
5858
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";
59+
help += std::string(HELPFILLSPACE) + "If the random seed is set to -12345, the seed will be set using a combination of: \n";
6060
help += std::string(HELPFILLSPACE) + " - local time \n";
6161
help += std::string(HELPFILLSPACE) + " - process id \n";
6262
help += std::string(HELPFILLSPACE) + " - clock function \n";

0 commit comments

Comments
 (0)