[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Nov 21 03:40:16 UTC 2017
util/options.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bb7cc4eada06839a3892cea5919f0c310cbaf7c3
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Nov 20 19:39:47 2017 -0800
Minor
diff --git a/util/options.cc b/util/options.cc
index 263d4776..cba52068 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -475,7 +475,7 @@ parse_font_size (const char *name G_GNUC_UNUSED,
case 2: return true;
default:
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
- "%s argument should be one to four space-separated numbers",
+ "%s argument should be one or two space-separated numbers",
name);
return false;
}
More information about the HarfBuzz
mailing list