Fix typos

https://bugzilla.gnome.org/show_bug.cgi?id=710505
This commit is contained in:
Yuri Chornoivan
2013-10-19 17:38:00 +03:00
committed by Dan Winship
parent 72da550f68
commit 61de24ba35
15 changed files with 22 additions and 22 deletions

View File

@@ -706,7 +706,7 @@ periodic_update (gpointer user_data)
/* In IBSS mode, most newer firmware/drivers do "BSS coalescing" where
* multiple IBSS stations using the same SSID will eventually switch to
* using the same BSSID to avoid network segmentation. When this happens,
* the card's reported BSSID will change, but the the new BSS may not
* the card's reported BSSID will change, but the new BSS may not
* be in the scan list, since scanning isn't done in ad-hoc mode for
* various reasons. So pull the BSSID from the card and update the
* current AP with it, if the current AP is adhoc.

View File

@@ -71,7 +71,7 @@ link_callback (NMPlatform *platform, int ifindex, NMPlatformLink *received, NMPl
if (data->received)
g_error ("Received signal '%s' a second time.", data->name);
debug ("Recieved signal '%s' ifindex %d ifname '%s'.", data->name, ifindex, received->name);
debug ("Received signal '%s' ifindex %d ifname '%s'.", data->name, ifindex, received->name);
data->received = TRUE;
/* Check the data */

View File

@@ -444,7 +444,7 @@ receive_ra (struct ndp *ndp, struct ndp_msg *msg, gpointer user_data)
* single time when the configuration is finished and updates can
* come at any time.
*/
debug ("Recieved router advertisement: %d at %d", rdisc->ifindex, (int) now);
debug ("Received router advertisement: %d at %d", rdisc->ifindex, (int) now);
if (priv->send_rs_id) {
g_source_remove (priv->send_rs_id);

View File

@@ -833,7 +833,7 @@ system_config_interface_init (NMSystemConfigInterface *sci_intf)
/*******************************************************************/
/* Factory function: this is the first entry point for NetworkManager, which
* gets called during NM startup to create the the instance of this plugin
* gets called during NM startup to create the instance of this plugin
* that NetworkManager will actually use. Since every plugin is a singleton
* we just return a singleton instance. This function should never be called
* twice.

View File

@@ -327,7 +327,7 @@ arping_wait_lan=2
# Please ensure your VLAN IDs are NOT zero-padded
vlans_eth0="1 2"
# You may not want to assign an IP the the physical interface, but we still
# You may not want to assign an IP to the physical interface, but we still
# need it up.
config_eth0=( "null" )
@@ -361,7 +361,7 @@ vlan_start_eth0="no"
# To bond interfaces together
slaves_bond0="eth0 eth1 eth2"
config_bond0=( "null" ) # You may not want to assign an IP the the bond
config_bond0=( "null" ) # You may not want to assign an IP to the bond
# If any of the slaves require extra configuration - for example wireless or
# ppp devices - we need to depend function on the bonded interfaces

View File

@@ -129,7 +129,7 @@ nm_vpn_service_connections_stop (NMVPNService *service,
GSList *iter, *copy;
/* Copy because stopping the connection may remove it from the list
* in the the NMVPNService objects' VPN connection state handler.
* in the NMVPNService objects' VPN connection state handler.
*/
copy = g_slist_copy (priv->connections);
for (iter = copy; iter; iter = iter->next) {