From a11e4f8c7396454574eb772a1951969c45c31cb6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 22 Jul 2012 20:33:37 +0200 Subject: partial_sim: Fix typo --- src/partial_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partial_sim.c') diff --git a/src/partial_sim.c b/src/partial_sim.c index 2a24b8f6..899b9154 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -490,7 +490,7 @@ int main(int argc, char *argv[]) } if ( output_file == NULL ) { - ERROR("You must pgive a filename for the output.\n"); + ERROR("You must give a filename for the output.\n"); return 1; } ofh = fopen(output_file, "w"); -- cgit v1.2.3