docs: fix 'connection' parameter name for nm_access_point_connection_valid()

This commit is contained in:
Jiří Klimeš
2012-01-26 18:16:14 +01:00
parent b860c7be4a
commit 0558159c6b

View File

@@ -361,7 +361,7 @@ nm_access_point_get_strength (NMAccessPoint *ap)
/** /**
* nm_access_point_connection_valid: * nm_access_point_connection_valid:
* @ap: an #NMAccessPoint to validate @connection against * @ap: an #NMAccessPoint to validate @connection against
* @connections: an #NMConnection to validate against @ap * @connection: an #NMConnection to validate against @ap
* *
* Validates a given connection against a given WiFi access point to ensure that * Validates a given connection against a given WiFi access point to ensure that
* the connection may be activated with that AP. The connection must match the * the connection may be activated with that AP. The connection must match the