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>
This commit is contained in:
Bryce Harrington
2015-03-18 18:42:00 -07:00
committed by Pekka Paalanen
parent a413ff897d
commit a86c3ee697
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
* that allows the calibration state to be stored in the ICC profile
* Output: Physical port with a display attached, e.g. LVDS1
*
* As a CMF is probably something you don't want or need on an embeded install
* As a CMF is probably something you don't want or need on an embedded install
* these functions will not be called if the icc_profile key is set for a
* specific [output] section in weston.ini
*
+1 -1
View File
@@ -593,7 +593,7 @@ enum weston_capability {
/* screencaptures need to be y-flipped */
WESTON_CAP_CAPTURE_YFLIP = 0x0002,
/* backend/renderer has a seperate cursor plane */
/* backend/renderer has a separate cursor plane */
WESTON_CAP_CURSOR_PLANE = 0x0004,
/* backend supports setting arbitrary resolutions */
+3 -3
View File
@@ -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