From 110125117d619625aea953a64b7b972c96e42c4a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Oct 2010 15:55:23 -0400 Subject: [PATCH] "% pop. per s" -> "%% pop. per s" in printf() for k_model_utils. --- src/sawsim.nw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.26.2