From 50dd3ad35486dadb27286d6a412eaff9e0d602c1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 22 May 2019 03:04:38 -0400 Subject: [PATCH] Spelling --- naclite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naclite.h b/naclite.h index d0fae99d..3f00d3d9 100644 --- a/naclite.h +++ b/naclite.h @@ -5,7 +5,7 @@ // The Tweet API was added to the Crypto++ library to cross-validate results. // We debated over putting it in the Test namespace, but settled for the NaCl -// namespace to segreate it from other parts of the library. +// namespace to segregate it from other parts of the library. /// \file naclite.h /// \brief Crypto++ interface to TweetNaCl library (20140917)