summaryrefslogtreecommitdiff
path: root/psutil/tests
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-07-26 20:58:47 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-07-26 20:58:47 +0200
commit63dec1015f6c28000f4cfe54d473ec2cc4c9e52e (patch)
treeec1c662c667142b7df9459500ebc92995f7a4c71 /psutil/tests
parentc13017f04a721188f4da7822b503d9fad002805d (diff)
parent04e7aa604155736cce0abcc15c9b7b63d941b0e9 (diff)
downloadpsutil-63dec1015f6c28000f4cfe54d473ec2cc4c9e52e.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
Diffstat (limited to 'psutil/tests')
-rw-r--r--psutil/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/__init__.py b/psutil/tests/__init__.py
index 16477129..6b40fdc6 100644
--- a/psutil/tests/__init__.py
+++ b/psutil/tests/__init__.py
@@ -1003,7 +1003,7 @@ class TestMemoryLeak(PsutilTestCase):
def _call_ntimes(self, fun, times):
"""Get 2 distinct memory samples, before and after having
- called fun repeadetly, and return the memory difference.
+ called fun repeatedly, and return the memory difference.
"""
gc.collect(generation=1)
mem1 = self._get_mem()