mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 12:10:26 +01:00
core: fix typo
This commit is contained in:
parent
4ae83f2d93
commit
5e2cda5c20
1 changed files with 1 additions and 1 deletions
|
|
@ -3809,7 +3809,7 @@ reason_to_string (NMDeviceStateReason reason)
|
|||
case NM_DEVICE_STATE_REASON_USER_REQUESTED:
|
||||
return "user-requested";
|
||||
case NM_DEVICE_STATE_REASON_CARRIER:
|
||||
return "carrier-chagned";
|
||||
return "carrier-changed";
|
||||
case NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED:
|
||||
return "connection-assumed";
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue