summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-03-18 18:42:00 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-03-19 17:02:08 +0200
commita86c3ee69727342873fb4cf218b4f6d3bb020e6c (patch)
tree0a99054b69f6a249698cf827774bd239de6379a9 /clients
parenta413ff897da561abfb6986dd9a8ab9bf5238ee50 (diff)
downloadweston-a86c3ee69727342873fb4cf218b4f6d3bb020e6c.tar.gz
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>
Diffstat (limited to 'clients')
-rw-r--r--clients/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/window.c b/clients/window.c
index 1399fa40..b84d3b2c 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1032,7 +1032,7 @@ shm_surface_prepare(struct toysurface *base, int dx, int dy,
surface->dx = dx;
surface->dy = dy;
- /* pick a free buffer, preferrably one that already has storage */
+ /* pick a free buffer, preferably one that already has storage */
for (i = 0; i < MAX_LEAVES; i++) {
if (surface->leaf[i].busy)
continue;