From 77859f6aae57c3849196def68df49e5d99bfd63f Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 11:42:14 +0100 Subject: [PATCH] correct spelling mistake --- sourcecodebrowser/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcecodebrowser/plugin.py b/sourcecodebrowser/plugin.py index 19123fc..3bc886a 100644 --- a/sourcecodebrowser/plugin.py +++ b/sourcecodebrowser/plugin.py @@ -15,7 +15,7 @@ class SourceTree(Gtk.VBox): """ Source Tree Widget - A treeview storing the heirarchy of source code symbols within a particular + A treeview storing the hierarchy of source code symbols within a particular document. Requries exhuberant-ctags. """ __gsignals__ = {