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).
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.
|