aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r--src/partial_sim.c2
1 files changed, 1 insertions, 1 deletions
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");