From: W. Trevor King Date: Mon, 18 Oct 2010 19:55:23 +0000 (-0400) Subject: "% pop. per s" -> "%% pop. per s" in printf() for k_model_utils. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=110125117d619625aea953a64b7b972c96e42c4a;p=sawsim.git "% pop. per s" -> "%% pop. per s" in printf() for k_model_utils. --- diff --git a/src/sawsim.nw b/src/sawsim.nw index 3f810b7..f926b1c 100644 --- a/src/sawsim.nw +++ b/src/sawsim.nw @@ -6432,7 +6432,7 @@ void help(char *prog_name, k_models[k_model].params); printf("There are two output modes. In standard mode, k(F) is printed\n"); printf("For example:\n"); - printf(" #Force (N)\tk (% pop. per s)\n"); + printf(" #Force (N)\tk (%% pop. per s)\n"); printf(" 123.456\t7.89\n"); printf(" ...\n"); printf("In special mode, the output depends on the model.\n");