diff options
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 { |