diff scripts/specfun/factor.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 7fad1fad19e1
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/specfun/factor.m
+++ b/scripts/specfun/factor.m
@@ -24,8 +24,8 @@
 ## Return prime factorization of @var{q}. That is @code{prod (@var{p})
 ## == @var{q}}. If @code{@var{q} == 1}, returns 1. 
 ##
-## With two output arguments, returns the uniques primes @var{p} and
-## their mulyiplicities. That is @code{prod (@var{p} .^ @var{n}) ==
+## With two output arguments, returns the unique primes @var{p} and
+## their multiplicities. That is @code{prod (@var{p} .^ @var{n}) ==
 ## @var{q}}.
 ## 
 ## @end deftypefn