From 85308f6d038fdab8b9582e1f4ee238c208dbe113 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 5 Jan 2020 00:52:13 +0100 Subject: [PATCH] Typos --- OOMAnalyser.html | 4 ++-- OOMAnalyser.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index a210dd0..93fa06b 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -555,8 +555,8 @@ function goBack() { Swap Cached Memory that once was swapped out, is swapped back in - but still also is in the swap file. (If memory pres‐ - sure is high, these pages don't need to be swapped out + but still also is in the swap file. (If memory pressure + is high, these pages don't need to be swapped out again because they are already in the swap file. This saves I/O). [1] diff --git a/OOMAnalyser.py b/OOMAnalyser.py index 52c8546..72dd1cc 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -224,7 +224,7 @@ class OOMEntity(object): Search the pattern and set the position to the first found line. Otherwise the position pointer won't be changed. - :param pattern: Text to fine + :param pattern: Text to find :type pattern: str :return: True if the marker has found.