summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Config.hs2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Config.hs b/Config.hs
index 05e6ac2..f55f35d 100644
--- a/Config.hs
+++ b/Config.hs
@@ -43,7 +43,7 @@ data Config =
, bgColor :: String -- ^ Backgroud color
, fgColor :: String -- ^ Default font color
, position :: XPosition -- ^ Top Bottom or Static
- , commands :: [Runnable] -- ^ For setting the command, the command argujments
+ , commands :: [Runnable] -- ^ For setting the command, the command arguments
-- and refresh rate for the programs to run (optional)
, sepChar :: String -- ^ The character to be used for indicating
-- commands in the output template (default '%')
diff --git a/README b/README
index a8c1aa5..d176e2b 100644
--- a/README
+++ b/README
@@ -298,7 +298,7 @@ Monitors have default aliases.
`BatteryP Dirs Args RefreshRate`
- aliases to `battery`
-- Files: list of directories in /proc/acpi/battery/ direcotry where to
+- Files: list of directories in /proc/acpi/battery/ directory where to
look for the `state` and `info` files. Example:
`["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be
searched.