compositor: fix typo in error message
authorAaron Faanes <dafrito@gmail.com>
Tue, 1 Oct 2013 03:06:39 +0000 (22:06 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 1 Oct 2013 17:32:02 +0000 (10:32 -0700)
src/compositor-wayland.c

index 2b8b956..77b2a2c 100644 (file)
@@ -97,7 +97,7 @@ create_border(struct wayland_compositor *c)
 
        image = load_image(DATADIR "/weston/border.png");
        if (!image) {
-               weston_log("could'nt load border image\n");
+               weston_log("couldn't load border image\n");
                return;
        }