docs: Fix a typo in a documentation string

This commit is contained in:
Philip Withnall 2017-02-08 15:06:34 +00:00
parent 78fba90f65
commit 257aff6f60

View File

@ -370,7 +370,7 @@ is_valid_tcp (const gchar *address_entry,
* @string: A string.
* @error: Return location for error or %NULL.
*
* Like g_dbus_is_address() but also checks if the library suppors the
* Like g_dbus_is_address() but also checks if the library supports the
* transports in @string and that key/value pairs for each transport
* are valid. See the specification of the
* [D-Bus address format](https://dbus.freedesktop.org/doc/dbus-specification.html#addresses).