Commit 08e4ed82441d8d443b887fae4504f9f494d934f3

Authored by Andrew Scheller
Committed by Gordon Hollingworth
1 parent 922c74c8

Fix typo

Showing 1 changed file with 1 additions and 1 deletions
@@ -165,7 +165,7 @@ int main(int argc, char *argv[]) @@ -165,7 +165,7 @@ int main(int argc, char *argv[])
165 165
166 if (retcode == 0) 166 if (retcode == 0)
167 { 167 {
168 - printf("Successfull\n"); 168 + printf("Successful\n");
169 if(fp==fp2) 169 if(fp==fp2)
170 { 170 {
171 printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n"); 171 printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n");