diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtknativedialog.c | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
Diffstat (limited to 'gtk/gtknativedialog.c')
-rw-r--r-- | gtk/gtknativedialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 6a4a5f07ac..4a94b233c8 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -234,7 +234,7 @@ gtk_native_dialog_class_init (GtkNativeDialogClass *class) /** * GtkNativeDialog:visible: * - * Whether the window is currenlty visible. + * Whether the window is currently visible. */ native_props[PROP_VISIBLE] = g_param_spec_boolean ("visible", |