diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-07-10 12:22:30 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-07-10 12:22:30 +0000 |
| commit | 37c7a67b474bb8a348c0ed909932d2329e96242c (patch) | |
| tree | 25722de8059e0cd545bb986a6bda2ee0096447b8 /apps | |
| parent | 989ed2be017f8f613251a26066ae41ab1a10eae4 (diff) | |
| download | rockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.zip rockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.tar.gz rockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.tar.bz2 rockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.tar.xz | |
Fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21741 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/gwps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 827af65..62fd04c 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 actived again (the lcd driver will + * we surpress 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) |