From e0eb5312430719ac7f28130563e4a769ce4e4977 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 7 May 2021 19:32:19 +1000 Subject: [PATCH] doc: fixed misspelling. (#693) --- doc/LuaJIT-2.1/ext_ffi_api.pod | 2 +- specs/openresty.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/LuaJIT-2.1/ext_ffi_api.pod b/doc/LuaJIT-2.1/ext_ffi_api.pod index 8f97ccd..182f820 100644 --- a/doc/LuaJIT-2.1/ext_ffi_api.pod +++ b/doc/LuaJIT-2.1/ext_ffi_api.pod @@ -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 diff --git a/specs/openresty.spec b/specs/openresty.spec index f4af972..46d9217 100644 --- a/specs/openresty.spec +++ b/specs/openresty.spec @@ -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}