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/ui/dialog/dialog-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/dialog-manager.cpp') diff --git a/src/ui/dialog/dialog-manager.cpp b/src/ui/dialog/dialog-manager.cpp index c5392864d..0a4a774e6 100644 --- a/src/ui/dialog/dialog-manager.cpp +++ b/src/ui/dialog/dialog-manager.cpp @@ -84,7 +84,7 @@ inline Dialog *create() { return PanelDialog::template create(); } * initialize dialogs lazily - instead of constructing them during * application startup, they're constructed the first time they're * actually invoked by InkscapeApplication. The constructed - * dialog is held here after that, so future invokations of the + * dialog is held here after that, so future invocations of the * dialog don't need to get re-constructed each time. The memory for * the dialogs are then reclaimed when the DialogManager is destroyed. * -- cgit v1.2.3