diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-11-21 14:14:24 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-11-21 14:14:24 +0000 |
| commit | 57b39a84758e84fa6104326f75e92275dcd8a0bc (patch) | |
| tree | 54b6e116481fa22bae41622ea675c2748e2607c1 | |
| parent | 4615ba447c2c1bd08e77d1aa340636ac33107fc6 (diff) | |
Fixed typo in Kettil's patch.
| -rw-r--r-- | examples/numerals/norwegian_book.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numerals/norwegian_book.gf b/examples/numerals/norwegian_book.gf index 6454a4904..437122b40 100644 --- a/examples/numerals/norwegian_book.gf +++ b/examples/numerals/norwegian_book.gf @@ -41,5 +41,5 @@ lin pot2 d = ss (d.s ! ental ++ "hundre") ; lin pot2plus d e = ss (d.s ! ental ++ "hundre" ++ "og" ++ e.s) ; lin pot2as3 n = n ; lin pot3 n = ss (n.s ++ "tusen") ; -lin pot3plus n m = ss (n.s ++ "tusen" m.s) ; +lin pot3plus n m = ss (n.s ++ "tusen" ++ m.s) ; |
