libsysprof-analyze: fix name of property

This commit is contained in:
Christian Hergert
2023-05-19 10:06:51 -07:00
parent 63168656a5
commit aaa12307f2

View File

@ -123,7 +123,7 @@ sysprof_mount_device_class_init (SysprofMountDeviceClass *klass)
(G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS));
properties [PROP_MOUNT_POINT] =
g_param_spec_string ("mount-path", NULL, NULL,
g_param_spec_string ("mount-point", NULL, NULL,
NULL,
(G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS));