Skip to content

Commit

Permalink
Utils: Fix misspelled addresses (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Nov 19, 2021
1 parent 10cd146 commit 86d46c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace Network {
case NM.DeviceState.NEED_AUTH:
return _("Requires more information");
case NM.DeviceState.IP_CONFIG:
return _("Requesting adresses");
return _("Requesting addresses");
case NM.DeviceState.IP_CHECK:
return _("Checking connection…");
case NM.DeviceState.SECONDARIES:
Expand Down

0 comments on commit 86d46c3

Please sign in to comment.