summaryrefslogtreecommitdiffhomepage
path: root/libs/luci-lib-nixio/docsrc/nixio.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-03-12 15:59:52 +0100
committerJo-Philipp Wich <jo@mein.io>2018-03-12 16:02:27 +0100
commit190b32452acd969f7264e990d139aae78dca67d0 (patch)
tree888b873e9c9fbc9fabd6b1c5c3d8ce07c2ef0105 /libs/luci-lib-nixio/docsrc/nixio.lua
parent62630fbf880058aa1c7ae10ecf5ae5cb6e4af5bb (diff)
luci-lib-nixio: fix spelling mistakes in documentation
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'libs/luci-lib-nixio/docsrc/nixio.lua')
-rw-r--r--libs/luci-lib-nixio/docsrc/nixio.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/luci-lib-nixio/docsrc/nixio.lua b/libs/luci-lib-nixio/docsrc/nixio.lua
index 1b434d76de..1a0d69a054 100644
--- a/libs/luci-lib-nixio/docsrc/nixio.lua
+++ b/libs/luci-lib-nixio/docsrc/nixio.lua
@@ -118,7 +118,7 @@ module "nixio"
-- @param flag1 First Flag ["append", "creat", "excl", "nonblock", "ndelay",
-- "sync", "trunc", "rdonly", "wronly", "rdwr"]
-- @param ... More Flags [-"-]
--- @return flag to be used as second paramter to open
+-- @return flag to be used as second parameter to open
--- Duplicate a file descriptor.
-- @class function
@@ -167,7 +167,7 @@ module "nixio"
--- Wait for some event on a file descriptor.
-- poll() sets the revents-field of the tables provided by fds to a bitfield
--- indicating the events that occured.
+-- indicating the events that occurred.
-- @class function
-- @usage This function works in-place on the provided table and only
-- writes the revents field, you can use other fields on your demand.
@@ -303,7 +303,7 @@ module "nixio"
--- Set or unset a environment variable.
-- @class function
-- @name nixio.setenv
--- @usage The environment variable will be unset if value is ommited.
+-- @usage The environment variable will be unset if value is omitted.
-- @param variable Variable
-- @param value Value (optional)
-- @return true