diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-07-02 12:16:42 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-07-02 12:17:43 +0200 |
commit | 294e7a70f2ed28fe712983a5b2a9ad6a327f133b (patch) | |
tree | 59f2a4ac059e729e2edf4935bb2030d5573f24ea | |
parent | 8a362a2b4406542b7f7ec2c68379fa8bc7f0c1a7 (diff) |
Correct a typo in gtk-doc header.
-rw-r--r-- | wocky/wocky-connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wocky/wocky-connector.c b/wocky/wocky-connector.c index 377f736..247ab2d 100644 --- a/wocky/wocky-connector.c +++ b/wocky/wocky-connector.c @@ -723,7 +723,7 @@ wocky_connector_class_init (WockyConnectorClass *klass) g_object_class_install_property (oclass, PROP_LEGACY_SSL, spec); /** - * WockyConnector:old-ssl: + * WockyConnector:session-id: * * The Session ID supplied by the server upon successfully connecting. * May be useful later on as some XEPs suggest this value should be used |