From 202e75590f8200823ef0efd36cc0edbd1bf1edcc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 8 Jan 2018 16:50:51 -0500 Subject: Misc. typos Found via `codespell` --- src/extension/extension.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/extension.cpp') diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 49ae0075c..f07d334af 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -237,9 +237,9 @@ Extension::loaded (void) \brief A function to check the validity of the extension This function chekcs to make sure that there is an id, a name, a - repr and an implemenation for this extension. Then it checks all + repr and an implementation for this extension. Then it checks all of the dependencies to see if they pass. Finally, it asks the - implmentation to do a check of itself. + implementation to do a check of itself. On each check, if there is a failure, it will print a message to the error log for that failure. It is important to note that the function -- cgit v1.2.3