diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | xmore.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/app/xmore @@ -86,7 +86,7 @@ static String fallback_resources[] = { "*iconMask: xmore32", #endif /* NOTYET */ "*textfont: " STANDARDFONT, - "*international: True", /* set this globally for ALL widgets to avoid wiered crashes */ + "*international: True", /* set this globally for ALL widgets to avoid wierd crashes */ "*text.Translations: #override \\n\\" "\tCtrl<Key>S: no-op(RingBell)\\n\\" "\tCtrl<Key>R: no-op(RingBell)\\n\\" |