aboutsummaryrefslogtreecommitdiff
path: root/dio.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 04:44:22 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 04:44:22 +0200
commita8dc5c6f6d2f8572f7a7a5458ab969defdb47ded (patch)
treefc353b593d72cbe83b407a47aff9e2a1ac102aae /dio.lua
parentb06a5b6e15953d05405d3831c1008a10b6b779f2 (diff)
downloadvicious-legacy-a8dc5c6f6d2f8572f7a7a5458ab969defdb47ded.tar.xz
Added basic documentation as a README file.
The README explains some basics. Also fixed a typo in the dio widget description, that I noticed while writing documentation.
Diffstat (limited to 'dio.lua')
-rw-r--r--dio.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dio.lua b/dio.lua
index 12a3961..e3d5343 100644
--- a/dio.lua
+++ b/dio.lua
@@ -12,7 +12,7 @@ local table = { insert = table.insert }
-- }}}
--- Disk I/O: provides I/O statistics for requsted storage devices
+-- Disk I/O: provides I/O statistics for requested storage devices
module("vicious.dio")