Module Name:    src
Committed By:   dholland
Date:           Sun Aug 11 03:34:48 UTC 2013

Modified Files:
        src/games/rogue: rogue.h

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/rogue/rogue.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/rogue/rogue.h
diff -u src/games/rogue/rogue.h:1.22 src/games/rogue/rogue.h:1.23
--- src/games/rogue/rogue.h:1.22	Fri Aug 26 06:18:17 2011
+++ src/games/rogue/rogue.h	Sun Aug 11 03:34:48 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: rogue.h,v 1.22 2011/08/26 06:18:17 dholland Exp $	*/
+/*	$NetBSD: rogue.h,v 1.23 2013/08/11 03:34:48 dholland Exp $	*/
 
 /*
  * Copyright (c) 1988, 1993
@@ -221,7 +221,7 @@ struct obj {				/* comment is monster me
 	unsigned long m_flags;	/* monster flags */
 	const char *damage;		/* damage it does */
 	short quantity;			/* hit points to kill */
-	short ichar;			/* 'A' is for aquatar */
+	short ichar;			/* 'A' is for aquator */
 	short kill_exp;			/* exp for killing it */
 	short is_protected;		/* level starts */
 	short is_cursed;		/* level ends */

Reply via email to