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/input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/input.cpp') diff --git a/src/extension/input.cpp b/src/extension/input.cpp index 2ba48ffda..862d4a4d3 100644 --- a/src/extension/input.cpp +++ b/src/extension/input.cpp @@ -114,7 +114,7 @@ Input::~Input (void) This function checks to make sure that the input extension has a filename extension and a MIME type. Then it calls the parent - class' check function which also checks out the implmentation. + class' check function which also checks out the implementation. */ bool Input::check (void) @@ -135,7 +135,7 @@ Input::check (void) This function acts as the first step in creating a new document from a file. The first thing that this does is make sure that the file actually exists. If it doesn't, a NULL is returned. If the - file exits, then it is opened using the implmentation of this extension. + file exits, then it is opened using the implementation of this extension. */ SPDocument * Input::open (const gchar *uri) -- cgit v1.2.3