Fix some typos.
---
WPrefs.app/Appearance.c | 8 ++++----
WPrefs.app/po/nl.po | 6 +++---
WPrefs.app/xmodifier.c | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c
index 7bfbeb0..a05dba3 100644
--- a/WPrefs.app/Appearance.c
+++ b/WPrefs.app/Appearance.c
@@ -610,7 +610,7 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList *
texture, int width, int
style = RHorizontalGradient;
break;
default:
- wwarning(_("unknow direction in '%s', falling back to
diagonal"), type);
+ wwarning(_("unknown direction in '%s', falling back to
diagonal"), type);
case 'D':
style = RDiagonalGradient;
break;
@@ -636,7 +636,7 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList *
texture, int width, int
style = RHorizontalGradient;
break;
default:
- wwarning(_("unknow direction in '%s', falling back to
diagonal"), type);
+ wwarning(_("unknown direction in '%s', falling back to
diagonal"), type);
case 'D':
style = RDiagonalGradient;
break;
@@ -670,7 +670,7 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList *
texture, int width, int
style = RHorizontalGradient;
break;
default:
- wwarning(_("unknow direction in '%s', falling back to
diagonal"), type);
+ wwarning(_("unknown direction in '%s', falling back to
diagonal"), type);
case 'D':
style = RDiagonalGradient;
break;
@@ -717,7 +717,7 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList *
texture, int width, int
break;
default:
- wwarning(_("type '%s' in not a supported type for a
texture"), type);
+ wwarning(_("type '%s' is not a supported type for a
texture"), type);
RReleaseImage(timage);
return None;
}
diff --git a/WPrefs.app/po/nl.po b/WPrefs.app/po/nl.po
index 9a3a7ff..7308f09 100644
--- a/WPrefs.app/po/nl.po
+++ b/WPrefs.app/po/nl.po
@@ -178,12 +178,12 @@ msgstr "kon bestand '%s' niet vinden voor textuurtype %s"
#: ../../WPrefs.app/Appearance.c:613 ../../WPrefs.app/Appearance.c:639
#: ../../WPrefs.app/Appearance.c:673
#, c-format
-msgid "unknow direction in '%s', falling back to diagonal"
+msgid "unknown direction in '%s', falling back to diagonal"
msgstr "onbekende richting in '%s', valt terug op diagonaal"
#: ../../WPrefs.app/Appearance.c:720
#, c-format
-msgid "type '%s' in not a supported type for a texture"
+msgid "type '%s' is not a supported type for a texture"
msgstr "type '%s' is geen ondersteund type voor 'n textuur"
#: ../../WPrefs.app/Appearance.c:1088
@@ -2569,7 +2569,7 @@ msgid "%s (0x%x) generates both %s and %s which is
nonsensical"
msgstr "%s (0x%x) genereert zowel %s als %s, wat onzinnig is"
#: ../../WPrefs.app/xmodifier.c:160
-msgid "XGetModifierMapping returned NULL, there is no modifiers or no memory"
+msgid "XGetModifierMapping returned NULL, there is no modifier or no memory"
msgstr ""
#: ../../WPrefs.app/xmodifier.c:268
diff --git a/WPrefs.app/xmodifier.c b/WPrefs.app/xmodifier.c
index 5c4b261..f1a3bc2 100644
--- a/WPrefs.app/xmodifier.c
+++ b/WPrefs.app/xmodifier.c
@@ -157,7 +157,7 @@ static void x_reset_modifier_mapping(Display * display)
x_modifier_keymap = XGetModifierMapping(display);
if (x_modifier_keymap == NULL) {
- wwarning(_("XGetModifierMapping returned NULL, there is no
modifiers or no memory"));
+ wwarning(_("XGetModifierMapping returned NULL, there is no
modifier or no memory"));
return;
}
--
2.0.5
--
To unsubscribe, send mail to [email protected].