From d4dc2df06bd5939773f7b009e95f81c6b21f8460 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Mon, 3 Oct 2016 09:40:40 -0700 Subject: [PATCH] doc: Fix typos in error names --- doc/device-api.txt | 6 +++--- doc/network-api.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 35c6edc4..94c23e99 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -10,15 +10,15 @@ Methods void Scan() Schedule a network scan. Possible errors: net.connman.iwd.Busy - new.connman.iwd.Failed + net.connman.iwd.Failed void Disconnect() Disconnect from the network Possible errors: net.connman.iwd.Busy - new.connman.iwd.Failed - new.connman.iwd.NotConnected + net.connman.iwd.Failed + net.connman.iwd.NotConnected array(osns) GetOrderedNetworks() diff --git a/doc/network-api.txt b/doc/network-api.txt index e9c42444..a21f87fb 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -12,11 +12,11 @@ Methods void Connect() network. Possible errors: net.connman.iwd.Aborted - new.connman.iwd.Busy - new.connman.iwd.Failed - new.connman.iwd.NoAgent - new.connman.iwd.NotSupported - new.connman.iwd.Timeout + net.connman.iwd.Busy + net.connman.iwd.Failed + net.connman.iwd.NoAgent + net.connman.iwd.NotSupported + net.connman.iwd.Timeout net.connman.iwd.InProgress Properties string Name [readonly]