Changeset 13174

Show
Ignore:
Timestamp:
11/05/09 00:31:19 (2 weeks ago)
Author:
BrainSlayer
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/httpd/visuals/dd-wrt.c

    r13173 r13174  
    41534153        if (is_ar5008(count)) { 
    41544154        websWrite(wp, 
    4155                   "document.write(\"<option value=\\\"2040\\\" %s >\" + share.turbodynamic + \"</option>\");\n", 
     4155                  "document.write(\"<option value=\\\"2040\\\" %s >\" + share.dynamicturbo + \"</option>\");\n", 
    41564156                  nvram_match(wl_width, 
    41574157                              "2040") ? "selected=\\\"selected\\\"" : "");