aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-07-22 20:33:37 +0200
committerThomas White <taw@bitwiz.org.uk>2012-07-22 20:33:37 +0200
commita11e4f8c7396454574eb772a1951969c45c31cb6 (patch)
treea76082a91936217fe52a09835b666740ab3d64d4
parentdd4017d6606deafc61bc406c569836abc9e4fa4b (diff)
partial_sim: Fix typo
-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");