diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2013-10-19 17:38:00 +0300 |
|---|---|---|
| committer | Dan Winship <danw@gnome.org> | 2013-10-19 11:49:18 -0400 |
| commit | 61de24ba35b452c82ec6f672f62e78feae524e7c (patch) | |
| tree | 62fec8f514036c7dea06268a60576e80591dfa3f /src/settings/plugins/example/plugin.c | |
| parent | 72da550f68c88d7c3a7836673de950dd61e05dab (diff) | |
| download | NetworkManager-61de24ba35b452c82ec6f672f62e78feae524e7c.tar.gz | |
Fix typos
https://bugzilla.gnome.org/show_bug.cgi?id=710505
Diffstat (limited to 'src/settings/plugins/example/plugin.c')
| -rw-r--r-- | src/settings/plugins/example/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/example/plugin.c b/src/settings/plugins/example/plugin.c index 710ac752f3..18353a74e7 100644 --- a/src/settings/plugins/example/plugin.c +++ b/src/settings/plugins/example/plugin.c @@ -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. |
