summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-28 09:02:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-28 09:02:17 +0000
commit26765022318fb00c1eb17f14717522f5f5b41e88 (patch)
tree77f0fc4362d158433dda9067561d402cc47baf3c /sys
parentfc8757bc0160deacd5f3641ac1e22caf1c83e674 (diff)
"pardon begg'd, Sir, I do think that my backside's not a sync"
Original commit message from CVS: "pardon begg'd, Sir, I do think that my backside's not a sync" Sorry for fixing this but I'm pretty anable that way
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosssink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index 49fb64b2..88d05616 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -188,7 +188,7 @@ gst_osssink_class_init (GstOssSinkClass *klass)
g_param_spec_boolean("mute","mute","mute",
TRUE,G_PARAM_READWRITE));
g_object_class_install_property (G_OBJECT_CLASS(klass), ARG_SYNC,
- g_param_spec_boolean("sync","Sync","If syncing on timestamps should be anabled",
+ g_param_spec_boolean("sync","Sync","If syncing on timestamps should be enabled",
TRUE, G_PARAM_READWRITE));
/* it would be nice to show format in symbolic form, oh well */