From: Bryce W. Harrington Date: Tue, 23 Jul 2013 21:53:26 +0000 (+0000) Subject: screenshot: Drop extraneous 'is' to improve warning msg grammar X-Git-Tag: 1.2.91~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d2046ed4bf14202355c2327d390cb58e6e64a4c;p=platform%2Fupstream%2Fweston.git screenshot: Drop extraneous 'is' to improve warning msg grammar Signed-off-by: Bryce Harrington --- 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;