On Tue, Jul 23, 2013 at 09:53:26PM +0000, Bryce W. Harrington wrote: > Signed-off-by: Bryce Harrington <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
