diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-22 14:26:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-22 14:26:24 +0000 |
commit | 67dc7bb52b3d6e7e8cfdc7e613725f6bc601a21a (patch) | |
tree | 2e03cbb2945312a7537175653aaa227b3e0611c5 /applications | |
parent | 26136ffd69c015e2ce8548058014985205257f53 (diff) |
applications/luci-asterisk: fix copy & paste error
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-asterisk/luasrc/asterisk.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-asterisk/luasrc/asterisk.lua b/applications/luci-asterisk/luasrc/asterisk.lua index 7789cb4cf..5e2245449 100644 --- a/applications/luci-asterisk/luasrc/asterisk.lua +++ b/applications/luci-asterisk/luasrc/asterisk.lua @@ -311,7 +311,7 @@ function idd.idd(c) end ---- LuCI Asterisk - International Direct Dialing Prefixes +--- LuCI Asterisk - Country Code Prefixes -- @type module cc = luci.util.class() |