diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-04-24 10:51:16 -0400 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-03 16:11:07 -0400 |
commit | e4ce08805b3d13bbc4bcd17a0bd30609c10bac1d (patch) | |
tree | b27ee41652226d5f7ffdad4785d1baf26eac13c0 /libsoup/soup-gnome-features.c | |
parent | 74ed15a45689af40d6f210a6624fba0ea829055b (diff) | |
download | libsoup-e4ce08805b3d13bbc4bcd17a0bd30609c10bac1d.tar.gz |
Fix typo in documentation: TIME should be TYPE.
Diffstat (limited to 'libsoup/soup-gnome-features.c')
-rw-r--r-- | libsoup/soup-gnome-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-gnome-features.c b/libsoup/soup-gnome-features.c index cfd5220a..22a426bb 100644 --- a/libsoup/soup-gnome-features.c +++ b/libsoup/soup-gnome-features.c @@ -36,7 +36,7 @@ * * You can add this to a session using * soup_session_add_feature_by_type() or by using the - * %SOUP_SESSION_ADD_FEATURE_BY_TIME construct-time property. + * %SOUP_SESSION_ADD_FEATURE_BY_TYPE construct-time property. * * Since: 2.26 **/ |