From 54e39c9c2febe187ec71e7aa066109f1f148bedf Mon Sep 17 00:00:00 2001 From: Wolfgang Schreiner Date: Wed, 22 Mar 2017 16:15:28 +0100 Subject: [PATCH] typo --- numbertheory.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/numbertheory.txt b/numbertheory.txt index e7e2a4e..60c3d5d 100644 --- a/numbertheory.txt +++ b/numbertheory.txt @@ -111,7 +111,7 @@ proc r2lexponentation(x:Base,n:Exp): Result } //////////////////////////////////////////////////////////////////// -// Algorithm: Calcluate x^n by the classic Algorithm +// Algorithm: Calculate x^n by the classic Algorithm //////////////////////////////////////////////////////////////////// proc xpowern(x:Base,n:Exp): Result ensures result = x^n; @@ -128,3 +128,4 @@ proc xpowern(x:Base,n:Exp): Result return res; } + -- 2.1.4