aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-10-03 23:22:56 +0200
committerMattias Andrée <maandree@kth.se>2016-10-03 23:22:56 +0200
commit125d61eb2ff7b3e7914f93e262c46ad0e48e6a83 (patch)
treed35175ba78afc06a780698fc0cbc3c734fb924ba
parentupdate prog version (diff)
downloadxpybar-125d61eb2ff7b3e7914f93e262c46ad0e48e6a83.tar.gz
xpybar-125d61eb2ff7b3e7914f93e262c46ad0e48e6a83.tar.bz2
xpybar-125d61eb2ff7b3e7914f93e262c46ad0e48e6a83.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/plugins/ipaddress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ipaddress.py b/src/plugins/ipaddress.py
index 1eb1c14..27b4f92 100644
--- a/src/plugins/ipaddress.py
+++ b/src/plugins/ipaddress.py
@@ -27,7 +27,7 @@ class IPAddress:
Multi-home aware retrieval of public and private IP addresses
@variable nics:dict<str, The state and IP address for a network interface card
- (state:int Either of: `IPAddress.{DOWN,UNKOWN,ISOLATED,UP}`
+ (state:int Either of: `IPAddress.{DOWN,UNKNOWN,ISOLATED,UP}`
private:str? The interface's private IPv4 address
private6:str? The interface's private IPv6 address
public:str?)> The interface's public IP address on the Internet