]> granicus.if.org Git - nethack/commitdiff
typos from <Someone>
authornethack.allison <nethack.allison>
Sun, 30 Jun 2002 00:59:41 +0000 (00:59 +0000)
committernethack.allison <nethack.allison>
Sun, 30 Jun 2002 00:59:41 +0000 (00:59 +0000)
src/dig.c
src/shk.c

index bb42b9a9ba1b4bcf9012fd56824b0c616c82044a..0beb56ae9045dd1641a8253531cfa99f9a727e4f 100644 (file)
--- a/src/dig.c
+++ b/src/dig.c
@@ -18,7 +18,7 @@ STATIC_DCL int NDECL(dig);
 STATIC_DCL schar FDECL(fillholetyp, (int, int));
 STATIC_DCL void NDECL(dig_up_grave);
 
-/* Indicies returned by dig_typ() */
+/* Indices returned by dig_typ() */
 #define DIGTYP_UNDIGGABLE 0
 #define DIGTYP_ROCK       1
 #define DIGTYP_STATUE     2
index 7eeabc24907abfb99a7629bf6c8db069920202f8..65ffe8752926f81ce8bf0d2c0090b7ca955f5bbb 100644 (file)
--- a/src/shk.c
+++ b/src/shk.c
@@ -460,7 +460,7 @@ xchar x, y;
        }
 }
 
-/* shop merchanize has been taken; pay for it with any credit available;  
+/* shop merchandize has been taken; pay for it with any credit available;  
    return false if the debt is fully covered by credit, true otherwise */
 static boolean
 rob_shop(shkp)