Spellcheck fixes
./ivi-shell/README:19: protocal ==> protocol
./src/compositor.h:596: seperate ==> separate
./src/version.h.in:33: actualy ==> actually
./src/cms-helper.h:44: embeded ==> embedded
./protocol/fullscreen-shell.xml:65: seperate ==> separate
./protocol/xdg-shell.xml:150: auxilliary ==> auxiliary
./clients/window.c:1035: preferrably ==> preferably
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/src/version.h.in b/src/version.h.in
index 7b2c5e3..b1b4a02 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -29,9 +29,9 @@
#define WESTON_VERSION "@WESTON_VERSION@"
/* This macro may not do what you expect. Weston doesn't guarantee
- * any stable API between 1.X and 1.Y, and thus this macro will return
- * FALSE on any WESTON_VERSION_AT_LEAST(1,X,0) if the actualy version
- * is 1.Y.0 and X !=Y). In particular, it fail if X < Y, that is,
+ * a stable API between 1.X and 1.Y, and thus this macro will return
+ * FALSE on any WESTON_VERSION_AT_LEAST(1,X,0) if the actual version
+ * is 1.Y.0 and X != Y). In particular, it fails if X < Y, that is,
* 1.3.0 is considered to not be "at least" 1.4.0.
*
* If you want to test for the version number being 1.3.0 or above or