summaryrefslogtreecommitdiff
path: root/ui/gtk/gui_utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-12 17:10:40 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-14 09:57:43 +0000
commit2788df9bb58929e29bba3f18355c123a621d9fc5 (patch)
tree3e1a63b670edd2f4af22be07e9e497df8c14bfb8 /ui/gtk/gui_utils.h
parent6e535a8b7143dd61f59fa0680692c94a0d22e916 (diff)
downloadwireshark-2788df9bb58929e29bba3f18355c123a621d9fc5.tar.gz
Gtk Utils: fix unknown command tag name 'parm'; did you mean 'param'? (-Wdocumentation)
Change-Id: I89f242bf916d22e0a4a665696ec3fe5ee02b8a1f Reviewed-on: https://code.wireshark.org/review/5283 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index 68624cb835..9277824ac8 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -109,7 +109,7 @@ extern GtkWidget *window_new(GtkWindowType type, const gchar *title);
* @param type window type, typical GTK_WINDOW_TOPLEVEL
* @param title the title for the new window
* @param geom_name the name to distinguish this window; will also be used for the recent file (don't use special chars)
- * @parm pos the initial position of the window if a previously saved geometry was not saved or found.
+ * @param pos the initial position of the window if a previously saved geometry was not saved or found.
* If the initial position does not matter, specify GTK_WIN_POS_NONE.
* @return the newly created window
*/