diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-08-19 11:08:37 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-08-19 11:08:37 +0000 |
| commit | 3943ab07502b51604a5813088ace8ae6e00cb764 (patch) | |
| tree | f8c34ab91e65783df7074ebbd8e29d1e851c9085 /apps | |
| parent | 40f30e641f4ad454b9cd5bf825c1543b5d5c5ffa (diff) | |
| download | rockbox-3943ab07502b51604a5813088ace8ae6e00cb764.zip rockbox-3943ab07502b51604a5813088ace8ae6e00cb764.tar.gz rockbox-3943ab07502b51604a5813088ace8ae6e00cb764.tar.bz2 rockbox-3943ab07502b51604a5813088ace8ae6e00cb764.tar.xz | |
Fix typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 2f2086f..9ba3c18 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -156,7 +156,7 @@ enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE, REPLAYGAIN_OF /* show path types */ enum { SHOW_PATH_OFF = 0, SHOW_PATH_CURRENT, SHOW_PATH_FULL }; -/* statusbar visilibility */ +/* statusbar visibility/position */ enum { STATUSBAR_OFF = 0, STATUSBAR_TOP, STATUSBAR_BOTTOM }; /* Alarm settings */ |