diff options
Diffstat (limited to 'src')
-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; } |