From 401382a459743db941738a645822b443ecfdc596 Mon Sep 17 00:00:00 2001 From: yangfl Date: Sat, 18 Aug 2018 12:21:21 +0800 Subject: treewide: Fix typos in comments Signed-off-by: David Yang --- libs/luci-lib-nixio/docsrc/CHANGELOG.lua | 2 +- libs/luci-lib-nixio/docsrc/README.lua | 2 +- libs/luci-lib-nixio/docsrc/nixio.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/luci-lib-nixio/docsrc') diff --git a/libs/luci-lib-nixio/docsrc/CHANGELOG.lua b/libs/luci-lib-nixio/docsrc/CHANGELOG.lua index aa3184140..8c9260317 100644 --- a/libs/luci-lib-nixio/docsrc/CHANGELOG.lua +++ b/libs/luci-lib-nixio/docsrc/CHANGELOG.lua @@ -10,7 +10,7 @@ module "nixio.CHANGELOG" --
  • Added support for x509 certificates in DER format.
  • --
  • Added support for splice() in UnifiedIO.copyz().
  • --
  • Added interface to inject chunks into UnifiedIO.linesource() buffer.
  • ---
  • Changed TLS behaviour to explicitely separate servers and clients.
  • +--
  • Changed TLS behaviour to explicitly separate servers and clients.
  • --
  • Fixed usage of signed datatype breaking Base64 decoding.
  • --
  • Fixed namespace clashes for nixio.fs.
  • --
  • Fixed splice() support for some exotic C libraries.
  • diff --git a/libs/luci-lib-nixio/docsrc/README.lua b/libs/luci-lib-nixio/docsrc/README.lua index 9860cf091..d663b629e 100644 --- a/libs/luci-lib-nixio/docsrc/README.lua +++ b/libs/luci-lib-nixio/docsrc/README.lua @@ -18,7 +18,7 @@ module "nixio.README" -- table nixio.const_sock for socket error codes. This might -- be important if you are dealing with Windows applications, on POSIX however -- const_sock is just an alias for const. ---
  • With some exceptions - which are explicitely stated in the function +--
  • With some exceptions - which are explicitly stated in the function -- documentation - all blocking functions are signal-protected and will not fail -- with EINTR.
  • --
  • On POSIX the SIGPIPE signal will be set to ignore upon initialization. diff --git a/libs/luci-lib-nixio/docsrc/nixio.lua b/libs/luci-lib-nixio/docsrc/nixio.lua index 1a0d69a05..56a4afbb8 100644 --- a/libs/luci-lib-nixio/docsrc/nixio.lua +++ b/libs/luci-lib-nixio/docsrc/nixio.lua @@ -59,7 +59,7 @@ module "nixio" --
  • aliases = Table of alias names
  • -- ---- Get all or a specifc proto entry. +--- Get all or a specific proto entry. -- @class function -- @name nixio.getproto -- @param proto protocol number or name to lookup (optional) -- cgit v1.2.3