summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/ipodpatcher.c')
-rw-r--r--rbutil/ipodpatcher/ipodpatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.c b/rbutil/ipodpatcher/ipodpatcher.c
index 4aae029fa2..96c022bcb7 100644
--- a/rbutil/ipodpatcher/ipodpatcher.c
+++ b/rbutil/ipodpatcher/ipodpatcher.c
@@ -525,7 +525,7 @@ int add_bootloader(struct ipod_t* ipod, char* filename, int type)
525 525
526 bootloader_buf = malloc(length); 526 bootloader_buf = malloc(length);
527 if (bootloader_buf == NULL) { 527 if (bootloader_buf == NULL) {
528 fprintf(stderr,"[ERR] Can not allocate memory for bootlaoder\n"); 528 fprintf(stderr,"[ERR] Can not allocate memory for bootloader\n");
529 } 529 }
530 /* Now read our bootloader - we need to check it before modifying the partition*/ 530 /* Now read our bootloader - we need to check it before modifying the partition*/
531 n = read(infile,bootloader_buf,length); 531 n = read(infile,bootloader_buf,length);