Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/rogue typo in comment
details: https://anonhg.NetBSD.org/src/rev/f2b6b0afcd6e
branches: trunk
changeset: 789212:f2b6b0afcd6e
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Aug 11 03:34:48 2013 +0000
description:
typo in comment
diffstat:
games/rogue/rogue.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fe6908b5b190 -r f2b6b0afcd6e games/rogue/rogue.h
--- a/games/rogue/rogue.h Sun Aug 11 03:27:02 2013 +0000
+++ b/games/rogue/rogue.h Sun Aug 11 03:34:48 2013 +0000
@@ -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 @@
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 */
Home |
Main Index |
Thread Index |
Old Index