summaryrefslogtreecommitdiff
path: root/navit
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
commit91e8d5372af0d39050f20002e9f3b9397d01b085 (patch)
tree4f405debc06641537538b778696a12b87b566f5a /navit
parent3dd48cd79414d5f5e365f7b050aab23fc087d095 (diff)
downloadnavit-svn-91e8d5372af0d39050f20002e9f3b9397d01b085.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
Diffstat (limited to 'navit')
-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 4f337373..33f03e47 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;
};