From 4e73d715182ae1a19c19ccebc49047bf3ece6cea Mon Sep 17 00:00:00 2001 From: David Drinn Date: Fri, 10 Apr 2020 10:57:21 -0700 Subject: [PATCH] examples: fix copy/paste comment error from another script https://github.com/NetworkManager/NetworkManager/pull/361 --- examples/python/dbus/wifi-active-ap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/dbus/wifi-active-ap.py b/examples/python/dbus/wifi-active-ap.py index 78673e76a..790f11a9e 100755 --- a/examples/python/dbus/wifi-active-ap.py +++ b/examples/python/dbus/wifi-active-ap.py @@ -5,7 +5,7 @@ # # -# This example starts or stops a wifi hotspot +# This example prints the current wifi access point # # Configuration settings are described at # https://developer.gnome.org/NetworkManager/1.0/ref-settings.html