Skip to content

Commit

Permalink
Apply edits from Codespell (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Apr 3, 2024
1 parent 90a311c commit 496012a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion panels/network/net-vpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ net_vpn_set_connection (NetVpn *vpn, NMConnection *connection)
NMClient *client;

/*
* vpnc config exmaple:
* vpnc config example:
* key=IKE DH Group, value=dh2
* key=xauth-password-type, value=ask
* key=ipsec-secret-type, value=save
Expand Down
2 changes: 1 addition & 1 deletion panels/network/panel-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ panel_device_to_icon_name (NMDevice *device, gboolean symbolic)
* panel_device_get_sort_category:
*
* Try to return order of approximate connection speed.
* But sort wifi first, since thats the common case.
* But sort wifi first, since that's the common case.
**/
gint
panel_device_get_sort_category (NMDevice *device)
Expand Down
2 changes: 1 addition & 1 deletion panels/network/wireless-security/wireless-security.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ ws_802_1x_fill_connection (WirelessSecurity *sec,
gtk_tree_model_get (model, &iter, AUTH_METHOD_COLUMN, &eap, -1);
g_assert (eap);

/* Get previous pasword flags, if any. Otherwise default to agent-owned secrets */
/* Get previous password flags, if any. Otherwise default to agent-owned secrets */
s_8021x = nm_connection_get_setting_802_1x (connection);
if (s_8021x)
nm_setting_get_secret_flags (NM_SETTING (s_8021x), eap->password_flags_name, &secret_flags, NULL);
Expand Down
6 changes: 3 additions & 3 deletions panels/wacom/muffin-display-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
or not
- "presentation" (b): whether this output is
for presentation only
Note: properties might be ignored if not consistenly
Note: properties might be ignored if not consistently
applied to all outputs in the same clone group. In
general, it's expected that presentation or primary
outputs will not be cloned.
Expand Down Expand Up @@ -208,7 +208,7 @@
@layout_mode current layout mode represents the way logical monitors
are layed out on the screen. Possible modes include:
are laid out on the screen. Possible modes include:
1 : physical
2 : logical
Expand Down Expand Up @@ -388,7 +388,7 @@
- -1: unknown (unsupported)
A client should not attempt to change the powersave mode
from -1 (unknown) to any other value, and viceversa.
from -1 (unknown) to any other value, and vice versa.
Note that the actual effects of the different values
depend on the hardware and the kernel driver in use, and
it's perfectly possible that all values different than on
Expand Down

0 comments on commit 496012a

Please sign in to comment.