diff options
author | roam <roam@FreeBSD.org> | 2001-10-24 12:51:23 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-10-24 12:51:23 +0000 |
commit | 03f3f444737b68ca5b8f8bbf39e8695133ab0bb1 (patch) | |
tree | 2bb4ef3d1c7c45d06a73b201cad4114944e2dbb2 /games/factor | |
parent | 65134543aa5ef4c42f6f36f3c7d8ef9ed7add9ed (diff) | |
download | FreeBSD-src-03f3f444737b68ca5b8f8bbf39e8695133ab0bb1.zip FreeBSD-src-03f3f444737b68ca5b8f8bbf39e8695133ab0bb1.tar.gz |
Correct a typo: numtiple -> multiple.
PR: 31474
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
MFC after: 1 week
Diffstat (limited to 'games/factor')
-rw-r--r-- | games/factor/factor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c index ae2555b..34f0b57 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -157,7 +157,7 @@ main(argc, argv) * processing. * * Print the factors of the number, from the lowest to the highest. - * A factor will be printed numtiple times if it divides the value + * A factor will be printed multiple times if it divides the value * multiple times. * * Factors are printed with leading tabs. |