From 43dec4c754e98ff462ccd1867e6197755d678c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Mon, 3 Jun 2019 16:38:08 +0200 Subject: [PATCH] NetworkManager doc typos --- NetworkManager.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NetworkManager.go b/NetworkManager.go index 9bc385d..23ea055 100644 --- a/NetworkManager.go +++ b/NetworkManager.go @@ -76,8 +76,8 @@ type NetworkManager interface { ActivateWirelessConnection(connection Connection, device Device, accessPoint AccessPoint) ActiveConnection // AddAndActivateWirelessConnection adds a new connection profile to the network device it has been - // passed. It then activates the connection to the passed access point. The first paramter contains - // additional information for the connection (most propably the credentials). + // passed. It then activates the connection to the passed access point. The first parameter contains + // additional information for the connection (most probably the credentials). // Example contents for connection are: // connection := make(map[string]map[string]interface{}) // connection["802-11-wireless"] = make(map[string]interface{})