aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-10-24 12:51:23 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-10-24 12:51:23 +0000
commitf6c0e0ef6f563e8c4c98731dc8ceffa3ffcf5555 (patch)
tree2bb4ef3d1c7c45d06a73b201cad4114944e2dbb2 /games
parent16a33022e74ff0f06813f3b292d907d267ff803f (diff)
Notes
Diffstat (limited to 'games')
-rw-r--r--games/factor/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c
index ae2555b0508d..34f0b57bc3e7 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.