Log Message:
-----------
Fixed spelling errors
Modified Files:
--------------
pg/macros:
contextLimitedPowers.pl
contextScientificNotation.pl
Revision Data
-------------
Index: contextLimitedPowers.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/contextLimitedPowers.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lmacros/contextLimitedPowers.pl -Lmacros/contextLimitedPowers.pl -u -r1.14 -r1.15
--- macros/contextLimitedPowers.pl
+++ macros/contextLimitedPowers.pl
@@ -26,8 +26,8 @@
No raising e to a power
Only allowing integer powers (positive or negative)
- Only allowing positive interger powers
- Only allowing positive interger powers (and 0)
+ Only allowing positive integer powers
+ Only allowing positive integer powers (and 0)
You install these via one of the commands:
@@ -45,7 +45,7 @@
$context = Context("Numeric")->copy;
LimitedPowers::OnlyIntegers($context);
-For the Interger power functions, you can pass additional
+For the integer power functions, you can pass additional
parameters that control the range of values that are allowed
for the powers. The oprtions include:
Index: contextScientificNotation.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/contextScientificNotation.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lmacros/contextScientificNotation.pl -Lmacros/contextScientificNotation.pl -u -r1.11 -r1.12
--- macros/contextScientificNotation.pl
+++ macros/contextScientificNotation.pl
@@ -41,7 +41,7 @@
Context("ScientificNotation");
-to select the contxt and make it active. You can create
+to select the context and make it active. You can create
values in scientific notation in two ways:
$n1 = Compute("1.23 x 10^3");
|