summaryrefslogtreecommitdiff
path: root/psutil/tests
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests')
-rwxr-xr-xpsutil/tests/test_connections.py2
-rwxr-xr-xpsutil/tests/test_windows.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/psutil/tests/test_connections.py b/psutil/tests/test_connections.py
index ad615ed0..aec164e8 100755
--- a/psutil/tests/test_connections.py
+++ b/psutil/tests/test_connections.py
@@ -200,7 +200,7 @@ class TestUnconnectedSockets(ConnectionTestCase):
@serialrun
class TestConnectedSocket(ConnectionTestCase):
- """Test socket pairs which are are actually connected to
+ """Test socket pairs which are actually connected to
each other.
"""
diff --git a/psutil/tests/test_windows.py b/psutil/tests/test_windows.py
index a9f68933..dd1dcbb1 100755
--- a/psutil/tests/test_windows.py
+++ b/psutil/tests/test_windows.py
@@ -65,7 +65,7 @@ class WindowsTestCase(PsutilTestCase):
def powershell(cmd):
- """Currently not used, but avalable just in case. Usage:
+ """Currently not used, but available just in case. Usage:
>>> powershell(
"Get-CIMInstance Win32_PageFileUsage | Select AllocatedBaseSize")
@@ -79,7 +79,7 @@ def powershell(cmd):
def wmic(path, what, converter=int):
- """Currently not used, but avalable just in case. Usage:
+ """Currently not used, but available just in case. Usage:
>>> wmic("Win32_OperatingSystem", "FreePhysicalMemory")
2134124534