summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-13 20:10:14 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-13 20:10:14 +0000
commit6a4f1a6000e957e63defa470a060068f4a4de7d5 (patch)
tree4f405debc06641537538b778696a12b87b566f5a
parent40cf635d3b3a3b9cdc0ae08a6ecca9197b925215 (diff)
downloadnavit-6a4f1a6000e957e63defa470a060068f4a4de7d5.tar.gz
Fix:gui_internal:correct typo
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6077 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/gui/internal/gui_internal_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui/internal/gui_internal_widget.h b/navit/gui/internal/gui_internal_widget.h
index 4f337373a..33f03e478 100644
--- a/navit/gui/internal/gui_internal_widget.h
+++ b/navit/gui/internal/gui_internal_widget.h
@@ -97,7 +97,7 @@ struct scroll_buttons {
struct widget * prev_button;
/**
* a pointer to the gui context.
- * This is needed by the free function to destory the buttons.
+ * This is needed by the free function to destroy the buttons.
*/
struct gui_priv * this;
};