]> granicus.if.org Git - nethack/commitdiff
Comment typofix
authorPasi Kallinen <paxed@alt.org>
Mon, 9 Mar 2015 20:22:32 +0000 (22:22 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 9 Mar 2015 20:22:32 +0000 (22:22 +0200)
src/fountain.c

index 482b0ed76ec530bec874500a1750c3eed403af85..e87748e0ad3aceb105ae217bf3adb8eb47b76859 100644 (file)
@@ -456,7 +456,7 @@ register struct obj *obj;
                            long money = money_cnt(invent);
                            struct obj *otmp;
                             if (money > 10) {
-                               /* Amount to loose.  Might get rounded up as fountains don't pay change... */
+                               /* Amount to lose.  Might get rounded up as fountains don't pay change... */
                                money = somegold(money) / 10; 
                                for (otmp = invent; otmp && money > 0; otmp = otmp->nobj) if (otmp->oclass == COIN_CLASS) {
                                    int denomination = objects[otmp->otyp].oc_cost;