From ee0a953848d04ced2de82f89403d295fdca22603 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 1 Sep 2018 13:25:05 -0400 Subject: [PATCH] typo --- extensions/extensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/extensions.h b/extensions/extensions.h index a911018..9f109a7 100644 --- a/extensions/extensions.h +++ b/extensions/extensions.h @@ -23,7 +23,7 @@ int GetProperty(const char* propertyName, const InfoForExtension* miscInfo) } /** - * Param sentence: entence received by NextHooker (UTF-16). + * Param sentence: sentence received by NextHooker (UTF-16). * Param miscInfo: pointer to start of singly linked list containing misc info about the sentence. * Return value: whether the sentence was modified. * NextHooker will display the sentence after all extensions have had a chance to process and/or modify it.