appearance: fix wording of "appearance"

This commit is contained in:
Vincent Bernat 2012-07-11 08:58:08 +02:00
parent 1421cbf7c7
commit f9d4dafd81
2 changed files with 1 additions and 1 deletions

2
rc.lua
View file

@ -42,7 +42,7 @@ config.layouts = {
config.hostname = awful.util.pread('uname -n'):gsub('\n', '') config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
-- Remaining modules -- Remaining modules
loadrc("apparance") loadrc("appearance")
loadrc("start") loadrc("start")
loadrc("bindings") loadrc("bindings")
loadrc("wallpaper") loadrc("wallpaper")