From 5a5c6330735798ed7670cfe1d28986d0a88fb6a9 Mon Sep 17 00:00:00 2001 From: klemens Date: Tue, 27 Dec 2016 18:34:57 +0100 Subject: spelling fixes --- basecode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basecode.h') diff --git a/basecode.h b/basecode.h index 02e27fc3..2e420be1 100644 --- a/basecode.h +++ b/basecode.h @@ -86,11 +86,11 @@ public: void IsolatedInitialize(const NameValuePairs ¶meters); size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking); - //! \brief Intializes BaseN lookup array + //! \brief Initializes BaseN lookup array //! \param lookup table of values //! \param alphabet table of ASCII characters //! \param base the base for the encoder - //! \param caseInsensitive flag indicating whether the alpabet is case sensitivie + //! \param caseInsensitive flag indicating whether the alphabet is case sensitivie //! \pre COUNTOF(lookup) == 256 //! \pre COUNTOF(alphabet) == base //! \details Internally, the function sets the first 256 elements in the lookup table to -- cgit v1.2.1