[PATCH] screenshot: Drop extraneous 'is' to improve warning msg grammar
Bryce W. Harrington
b.harrington at samsung.com
Tue Jul 23 14:53:26 PDT 2013
Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
clients/screenshot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/screenshot.c b/clients/screenshot.c
index 1f73df6..7511ef7 100644
--- a/clients/screenshot.c
+++ b/clients/screenshot.c
@@ -249,7 +249,7 @@ int main(int argc, char *argv[])
int width, height;
if (getenv("WAYLAND_SOCKET") == NULL) {
- fprintf(stderr, "%s is must be launched by weston.\n"
+ fprintf(stderr, "%s must be launched by weston.\n"
"Use the MOD+S shortcut to take a screenshot.",
argv[0]);
return -1;
--
1.7.9.5
More information about the wayland-devel
mailing list