diff options
author | Thomas White <taw@physics.org> | 2019-01-25 09:31:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-01-28 14:55:27 +0100 |
commit | 9d7a9223c780ff9ce75fa4ccac2321a011ae640b (patch) | |
tree | e29a1850c41377fdeb6b12619717de2d6e0fdd26 /src/partialator.c | |
parent | 4aeca910df2803b150a3716e25610cf00bd611f8 (diff) |
partialator: Fix a small typo
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 8cf1dad9..aacf241f 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1369,7 +1369,7 @@ int main(int argc, char *argv[]) image = malloc(sizeof(struct image)); if ( image == NULL ) { - ERROR("Failed to allocatea memory for image.\n"); + ERROR("Failed to allocate memory for image.\n"); return 1; } |