summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-09-25 00:34:10 -0500
committerDan Williams <dcbw@redhat.com>2010-09-25 00:34:10 -0500
commitb80f31e19177d2f2d0881c3e99b608407aaec16d (patch)
tree1b0f6fe8d2880280b3c71d70a8e670512ab7fa62 /ChangeLog
parent6f2aa8a817c3696b2ac946a1f08385fbaf3812b9 (diff)
downloadNetworkManager-b80f31e19177d2f2d0881c3e99b608407aaec16d.tar.gz
trivial: typo fixes
Sent by a Debian user to Michael Biebl. No other attribution information available. Thanks Debian user!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d529664b9e..b611b3d4f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1317,7 +1317,7 @@
2008-09-30 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerPolicy.c
- - (lookup_thread_worker): don't store the idle handler ID becuase the
+ - (lookup_thread_worker): don't store the idle handler ID because the
idle handler could have already run and freed the LookupThread
structure
@@ -8391,7 +8391,7 @@
internally; clients should provide a setting that applies to
the device with 'autoconnect: True'. Problem was that these
internally auto-created connections don't have a proxy or service
- name becuase they weren't created by a settings daemon, and therefore
+ name because they weren't created by a settings daemon, and therefore
clients have no idea what to do with them.
2007-10-03 Dan Williams <dcbw@redhat.com>
@@ -9794,7 +9794,7 @@
* libnm-glib/nm-settings.c
libnm-glib/nm-settings.h
- make the dbus path a property of the object, and autogenerate it.
- It can't be composed of the 'id' field becuase that's not available
+ It can't be composed of the 'id' field because that's not available
yet during the GObject creation in nm_connection_settings_init()
2007-08-29 Dan Williams <dcbw@redhat.com>