mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
doc: fixed misspelling. (#693)
This commit is contained in:
parent
40104504e5
commit
e0eb531243
@ -227,7 +227,7 @@ of an C<__index> table (if any) may be modified afterwards. The
|
||||
associated metatable automatically applies to all uses of this type, no
|
||||
matter how the objects are created or where they originate from. Note
|
||||
that pre-defined operations on types have precedence (e.g. declared
|
||||
field names cannot be overriden).
|
||||
field names cannot be overridden).
|
||||
|
||||
All standard Lua metamethods are implemented. These are called
|
||||
directly, without shortcuts and on any mix of types. For binary
|
||||
|
@ -23,7 +23,7 @@ BuildRequires: gcc >= 3.0, openssl-devel, pcre-devel, readline-devel
|
||||
Requires: openssl, pcre, readline
|
||||
|
||||
%description
|
||||
OpenResty is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well as most of their external dependencie
|
||||
OpenResty is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well as most of their external dependencies
|
||||
|
||||
%prep
|
||||
#%setup -q -n openresty-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user