summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-07-10 16:27:24 +0000
committerThomas Martitz <kugel@rockbox.org>2009-07-10 16:27:24 +0000
commit2ad5e244c70627c6fdb111cb48cd84e98332bcf5 (patch)
tree5bd432f55d31bf62c9202572b1717f7e969a35ae /apps
parent161cb164ca35acbc43e72d826e8573f92120256b (diff)
downloadrockbox-2ad5e244c70627c6fdb111cb48cd84e98332bcf5.tar.gz
rockbox-2ad5e244c70627c6fdb111cb48cd84e98332bcf5.zip
Correct another small typo in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21746 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 62fd04c794..9eea925220 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -258,7 +258,7 @@ static void gwps_fix_statusbars(void)
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
/*
* If the user is unable to see the wps, because the display is deactivated,
- * we surpress updates until the wps is activated again (the lcd driver will
+ * we suppress updates until the wps is activated again (the lcd driver will
* call this hook to issue an instant update)
* */
static void wps_lcd_activation_hook(void)