[PATCH] screenshot: Drop extraneous 'is' to improve warning msg grammar

Kristian Høgsberg hoegsberg at gmail.com
Mon Jul 29 16:33:05 PDT 2013


On Tue, Jul 23, 2013 at 09:53:26PM +0000, Bryce W. Harrington wrote:
> 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;

That's better, patch applied.

Kristian

> 1.7.9.5
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list