From 0096613efba9304f7e2bd0579e6a0e6d557ea97e Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 11 Mar 2013 17:11:53 +0000 Subject: Correct typo in comment git-svn-id: http://svn.cactuscode.org/flesh/trunk@4981 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/WarnLevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3