summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-03-11 17:11:53 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-03-11 17:11:53 +0000
commit0096613efba9304f7e2bd0579e6a0e6d557ea97e (patch)
treea379c7f4a9cfbb4cfc46da31bd52590b500b3158
parent2eb69f5959e5160140c9b0988ce1fb74d1f90e23 (diff)
Correct typo in comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4981 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/WarnLevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index fcdd329e..9a6fa055 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -258,7 +258,7 @@ int CCTK_VInfo (const char *thorn, const char *format, ...)
static int info_format_decoded = 0; /* are the following two flags valid? */
/* Boolean flags decoded from cactus::info_format */
static int info_format_numeric = 0; /* print a numeric timestamp? */
- static int info_format_human_readable = 0; /* print a human-readable timestamrrp? */
+ static int info_format_human_readable = 0; /* print a human-readable timestamp? */
/* necessary for wrapping up the final message */
int msg_size;