diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
| commit | 3ce667b6ee6b86291bbe60ef93cba7f11a5c5400 (patch) | |
| tree | af3daa7221e898b72f3de26eb2cf0c1b1c8661b0 /src/settings/plugins/example/writer.c | |
| parent | f02d31d95af29678092d1ff01f714621bc9dcc0f (diff) | |
| parent | 33491bc4279481db8ae47213e34a6d695a0e8830 (diff) | |
Merge tag 'upstream/0.9.10.0'
Upstream version 0.9.10.0
Diffstat (limited to 'src/settings/plugins/example/writer.c')
| -rw-r--r-- | src/settings/plugins/example/writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/example/writer.c b/src/settings/plugins/example/writer.c index 4703fa94..f0a9ea21 100644 --- a/src/settings/plugins/example/writer.c +++ b/src/settings/plugins/example/writer.c @@ -42,7 +42,7 @@ write_connection (NMConnection *connection, /* There are two approaches to converting the data. The first more manual * approach consists of grabbing each setting value from the NMConnection * and converting it into the appropriate value for the plugin's data - * format. This is usually taken by distro plugins becuase their format + * format. This is usually taken by distro plugins because their format * is significantly different than NetworkManager's internal format. * The second uses nm_connection_for_each_setting_value() to iterate * through each value of each setting in the NMConnection, convert it to |