fixed a typo in an error message. thanks Matthieu Tourne for reporting it.

This commit is contained in:
agentzh (Yichun Zhang) 2013-03-06 16:01:55 -08:00
Родитель 89861df1c3
Коммит 4927e75b05
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -273,7 +273,7 @@ ngx_http_lua_var_set(lua_State *L)
/* variable not found */
return luaL_error(L, "varaible \"%s\" not found for writing; "
return luaL_error(L, "variable \"%s\" not found for writing; "
"maybe it is a built-in variable that is not changeable "
"or you forgot to use \"set $%s '';\" "
"in the config file to define it first",