diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-18 09:47:08 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-18 09:47:08 +0100 |
commit | 405a2965e0e256d80d93b7325a9dcc6c5fd1ecd4 (patch) | |
tree | 1eba1657857314e4c70967c7f61b20fb80ef6872 | |
parent | 7dfefa1e398c08fbdceface5ee372d0261b59741 (diff) |
typofix
-rw-r--r-- | plugins/nonbmp/nonbmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nonbmp/nonbmp.c b/plugins/nonbmp/nonbmp.c index fe9571b7..824c395e 100644 --- a/plugins/nonbmp/nonbmp.c +++ b/plugins/nonbmp/nonbmp.c @@ -6,7 +6,7 @@ static xchat_plugin *ph; static const char name[] = "Non-BMP"; -static const char desc[] = "Replace non-BMP characters with replacment characters"; +static const char desc[] = "Replace non-BMP characters with replacement characters"; static const char version[] = "1.0000"; static int recursing = 0; |