]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/jffs2_1pass.c
Fix misc spelling errors found by lintian
[karo-tx-uboot.git] / fs / jffs2 / jffs2_1pass.c
index c4f7445221dde92205ad574e1fdffbf709b48a9e..5ddc2b93710fbeb0166d13d984d931643cc526f1 100644 (file)
@@ -794,7 +794,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 inode, char *dest)
 #endif
                                default:
                                        /* unknown */
-                                       putLabeledWord("UNKOWN COMPRESSION METHOD = ", jNode->compr);
+                                       putLabeledWord("UNKNOWN COMPRESSION METHOD = ", jNode->compr);
                                        put_fl_mem(jNode, pL->readbuf);
                                        return -1;
                                        break;