From a86c3ee69727342873fb4cf218b4f6d3bb020e6c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 18 Mar 2015 18:42:00 -0700 Subject: 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 Reviewed-by: Pekka Paalanen --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') 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; -- cgit v1.2.1