Commit 2d5f63eb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] befs: typo fix

From: "Sergey S. Kostyliov" <rathamahata@php4.ru>

Fix a typo in an error message.
parent 77f8c801
...@@ -584,7 +584,7 @@ befs_utf2nls(struct super_block *sb, const char *in, ...@@ -584,7 +584,7 @@ befs_utf2nls(struct super_block *sb, const char *in,
return o; return o;
conv_err: 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); "cannot be converted to unicode.", nls->charset);
befs_debug(sb, "<--- utf2nls()"); befs_debug(sb, "<--- utf2nls()");
kfree(result); kfree(result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment