summaryrefslogtreecommitdiff
path: root/psutil/_pswindows.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-07-03 16:30:02 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2016-07-03 16:30:02 -0700
commitcea803d34af4ddb2ef3a37e105c2cedf77d31541 (patch)
tree1b48e570a2fdfaf3c4c4d97e33afb384a97cfb53 /psutil/_pswindows.py
parent4c102a53346ae8d491b10ea9fbe303184461c877 (diff)
parentce6e6226dff127e502e89d104d69eb4ce9231e64 (diff)
downloadpsutil-cea803d34af4ddb2ef3a37e105c2cedf77d31541.tar.gz
Merge branch 'master' into oneshot
Diffstat (limited to 'psutil/_pswindows.py')
-rw-r--r--psutil/_pswindows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/_pswindows.py b/psutil/_pswindows.py
index 86dd802c..b2968525 100644
--- a/psutil/_pswindows.py
+++ b/psutil/_pswindows.py
@@ -490,7 +490,7 @@ class WindowsService(object):
# lot of stuff (and API constants which would pollute the API), see:
# http://pyxr.sourceforge.net/PyXR/c/python24/lib/site-packages/
# win32/lib/win32serviceutil.py.html#0175
- # - psutil is tipically about "read only" monitoring stuff;
+ # - psutil is typically about "read only" monitoring stuff;
# win_service_* APIs should only be used to retrieve a service and
# check whether it's running