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>
This commit is contained in:
Alexis La Goutte 2014-11-12 17:10:40 +01:00 committed by Anders Broman
parent 6e535a8b71
commit 2788df9bb5
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ extern GtkWidget *dlg_window_new(const gchar *title);
*
* @param title the title for the new dialog
* @param geom_name A unique name for the geometry of this new dialog
* @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 dialog
*/

View File

@ -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
*/