diff options
author | Steven Barth <steven@midlink.org> | 2008-07-25 11:52:04 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-25 11:52:04 +0000 |
commit | a91f1a7e376ac6183859c726091191d3d3d6025f (patch) | |
tree | a20d2dc36fad7c255cc111a6d80fcdec6383126a /libs/core | |
parent | 714d72296147941029a72b63524ad199ae08c737 (diff) |
libs/core, libs/uci, libs/web: Fixed several inline documentation typos
Diffstat (limited to 'libs/core')
-rw-r--r-- | libs/core/luasrc/bits.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core/luasrc/bits.lua b/libs/core/luasrc/bits.lua index 3b241388a..20cd1d53e 100644 --- a/libs/core/luasrc/bits.lua +++ b/libs/core/luasrc/bits.lua @@ -28,7 +28,7 @@ --]] ---- LuCI number conversation and bit manipulation functions. +--- LuCI number conversion and bit manipulation functions. module("luci.bits", package.seeall); local hex2bin = { |