summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;