Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply edits from Codespell #333

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading