Skip to content
Snippets Groups Projects
Commit 5734f129 authored by Harald Judt's avatar Harald Judt
Browse files

Fix typo in thunar-clipboard-manager

parent 0f5aa4d0
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ thunar_clipboard_manager_class_init (ThunarClipboardManagerClass *klass)
**/
g_object_class_install_property (gobject_class,
PROP_CAN_PASTE,
g_param_spec_boolean ("can-paste", "can-pase", "can-paste",
g_param_spec_boolean ("can-paste", "can-paste", "can-paste",
FALSE,
EXO_PARAM_READABLE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment