diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
commit | 98036f8f9d6591f75cbbb744ae789e53250d2459 (patch) | |
tree | 3273c8ec1192254a0628eccc71a9b1088fea0f2a /libtommath/booker.pl | |
parent | fe06c63182af8cb6b22df8c3cf9c7670c92c320d (diff) | |
download | tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.zip tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.gz tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.bz2 |
Import of libtommath 0.37
Diffstat (limited to 'libtommath/booker.pl')
-rw-r--r-- | libtommath/booker.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/booker.pl b/libtommath/booker.pl index f419ab4..df8b30d 100644 --- a/libtommath/booker.pl +++ b/libtommath/booker.pl @@ -221,7 +221,7 @@ while (<IN>) { $str = "chapter eight"; } elsif ($a == 9) { $str = "chapter nine"; - } elsif ($a == 2) { + } elsif ($a == 10) { $str = "chapter ten"; } } else { |