]> granicus.if.org Git - nethack/commitdiff
Very tiny typofix
authorPasi Kallinen <paxed@alt.org>
Mon, 1 Feb 2016 11:43:43 +0000 (13:43 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 1 Feb 2016 11:43:43 +0000 (13:43 +0200)
src/sp_lev.c

index c4428d7adb779cfa46bff6c20c4409016ebb35e9..30476bb398b6ac692f809ac53d4a51aa1a93f2be 100644 (file)
@@ -4388,7 +4388,7 @@ void
 spo_levregion(coder)
 struct sp_coder *coder;
 {
-    static const char nhFunc[] = "spot_levregion";
+    static const char nhFunc[] = "spo_levregion";
     struct opvar *rname, *padding, *rtype, *del_islev, *dy2, *dx2, *dy1, *dx1,
         *in_islev, *iy2, *ix2, *iy1, *ix1;