diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-08 12:21:19 +0200 |
commit | e544f449eded2738b45de4be13c72b128a16bafe (patch) | |
tree | 3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /vcl/qa | |
parent | 307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff) |
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/complex/memCheck/CheckMemoryUsage.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/complex/memCheck/CheckMemoryUsage.java b/vcl/qa/complex/memCheck/CheckMemoryUsage.java index 06d49dc89ce2..12e6c9bdf143 100644 --- a/vcl/qa/complex/memCheck/CheckMemoryUsage.java +++ b/vcl/qa/complex/memCheck/CheckMemoryUsage.java @@ -226,9 +226,9 @@ public class CheckMemoryUsage } /** - * Checks how much memory should consum + * Checks how much memory should consume * @param storageBefore - * @return 1 if consum is ok, else 0 + * @return 1 if consume is ok, else 0 */ private int checkMemory(int nConsumMore) { |