aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-04 11:21:47 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-04 11:21:47 -0500
commit7ec20facaff2e38b2cdb2f445bda1d5a237e1ea7 (patch)
tree09a36061e8303a50a6f3609153685eaab37744ec /include
parente0d30c1d8f407bfef05a9cc36398bb0894a96c39 (diff)
refactor: #9 Light cleanup & prep for release
Diffstat (limited to 'include')
-rw-r--r--include/noscrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/noscrypt.h b/include/noscrypt.h
index 8ba71b0..758d942 100644
--- a/include/noscrypt.h
+++ b/include/noscrypt.h
@@ -147,7 +147,7 @@ extern "C" {
* least, so I'm using unsgined integers. Sorry, not sorry.
*/
-/* A compressed resul/return value, negative values
+/* A compressed result/return value, negative values
are failure, 0 is success and positive values are
defined by the operation.
*/