Feature/spelling (#495)

* spelling fixes (comments only)

* spelling fixes (comments only)
This commit is contained in:
ka7 2017-02-25 14:21:10 +01:00 committed by Frank Denis
parent 0a5a40de5b
commit 21174cddc3
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
######################################################################## ########################################################################
# Tries to find the local libsodium installation. # Tries to find the local libsodium installation.
# #
# On Windows the sodium_DIR enviroment variable is used as a default # On Windows the sodium_DIR environment variable is used as a default
# hint which can be overridden by setting the corresponding cmake variable. # hint which can be overridden by setting the corresponding cmake variable.
# #
# Once done the following variables will be defined: # Once done the following variables will be defined:

View File

@ -53,7 +53,7 @@ fi[]dnl
# to PKG_CHECK_MODULES(), but does not set variables or print errors. # to PKG_CHECK_MODULES(), but does not set variables or print errors.
# #
# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
# only at the first occurence in configure.ac, so if the first place # only at the first occurrence in configure.ac, so if the first place
# it's called might be skipped (such as if it is within an "if", you # it's called might be skipped (such as if it is within an "if", you
# have to call PKG_CHECK_EXISTS manually # have to call PKG_CHECK_EXISTS manually
# -------------------------------------------------------------- # --------------------------------------------------------------

View File

@ -564,7 +564,7 @@ crypto_aead_aes256gcm_encrypt_detached_afternm(unsigned char *c,
} \ } \
} while(0) } while(0)
/* remainder loop, with the slower GCM update to accomodate partial blocks */ /* remainder loop, with the slower GCM update to accommodate partial blocks */
#define LOOPRMD128 \ #define LOOPRMD128 \
do { \ do { \
const int iter = 8; \ const int iter = 8; \