screenshot: Drop extraneous 'is' to improve warning msg grammar
authorBryce W. Harrington <b.harrington@samsung.com>
Tue, 23 Jul 2013 21:53:26 +0000 (21:53 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 29 Jul 2013 23:32:51 +0000 (16:32 -0700)
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
clients/screenshot.c

index 1f73df6..7511ef7 100644 (file)
@@ -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;