diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-22 20:33:37 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-22 20:33:37 +0200 |
commit | a11e4f8c7396454574eb772a1951969c45c31cb6 (patch) | |
tree | a76082a91936217fe52a09835b666740ab3d64d4 /src | |
parent | dd4017d6606deafc61bc406c569836abc9e4fa4b (diff) |
partial_sim: Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/partial_sim.c | 2 |
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"); |