diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-01-29 13:01:03 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-01-29 13:01:03 +0000 |
commit | 3d0d60f3fb199296f461510c6dfcd4d300418ad4 (patch) | |
tree | aed42fb1d0003707c2b15259719ea51c74c9ed61 | |
parent | 258bfb7b8171766a9d529dc0d925b71164ca98c5 (diff) |
admin_uci: Fix spelling, close #191
-rw-r--r-- | modules/admin-full/luasrc/view/admin_uci/apply.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_uci/apply.htm b/modules/admin-full/luasrc/view/admin_uci/apply.htm index a9fbbfe9e..e3231c6b5 100644 --- a/modules/admin-full/luasrc/view/admin_uci/apply.htm +++ b/modules/admin-full/luasrc/view/admin_uci/apply.htm @@ -23,7 +23,7 @@ $Id$ <%- cbi_apply_xhr('uci-apply', configs) -%> - <p><strong><%:The following changes have been comitted%>:</strong></p> + <p><strong><%:The following changes have been committed%>:</strong></p> <%- uci_changelog(changes) -%> <% else %> <p><strong><%:There are no pending changes to apply!%></strong></p> |