summaryrefslogtreecommitdiff
path: root/fullscreen-shell
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:33:32 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:47:35 +0100
commit426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (patch)
treed5d2e58b06569fb14472db90ac2ce59df195d360 /fullscreen-shell
parente578004b3c3584079d41d7e7f7f1f46245a9774d (diff)
downloadweston-426c24673f2f5c4e3f0e388e87d2a355b82cd4e7.tar.gz
Fix typos all around (thanks codespell!)
Diffstat (limited to 'fullscreen-shell')
-rw-r--r--fullscreen-shell/fullscreen-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullscreen-shell/fullscreen-shell.c b/fullscreen-shell/fullscreen-shell.c
index 89884794..99e9dbbc 100644
--- a/fullscreen-shell/fullscreen-shell.c
+++ b/fullscreen-shell/fullscreen-shell.c
@@ -546,7 +546,7 @@ fs_output_configure_for_mode(struct fs_output *fsout,
&surf_width, &surf_height);
/* The actual output mode is in physical units. We need to
- * transform the surface size to physical unit size by flipping ans
+ * transform the surface size to physical unit size by flipping and
* possibly scaling it.
*/
switch (fsout->output->transform) {