[PATCH] befs: typo fix

From: Sergey S. Kostyliov
Date: Sun May 23 2004 - 11:04:36 EST


[PATCH] befs: typo fix

Fix a typo in error message.

===== fs/befs/linuxvfs.c 1.20 vs edited =====
--- 1.20/fs/befs/linuxvfs.c Sat May 15 06:00:21 2004
+++ edited/fs/befs/linuxvfs.c Sat May 22 23:29:37 2004
@@ -584,7 +584,7 @@
return o;

conv_err:
- befs_error(sb, "Name using charecter set %s contains a charecter that "
+ befs_error(sb, "Name using character set %s contains a character that "
"cannot be converted to unicode.", nls->charset);
befs_debug(sb, "<--- utf2nls()");
kfree(result);



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/