diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 16:43:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 16:44:08 +0200 |
commit | 54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch) | |
tree | 589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /vcl/qa/complex | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'vcl/qa/complex')
-rw-r--r-- | vcl/qa/complex/memCheck/CheckMemoryUsage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/complex/memCheck/CheckMemoryUsage.java b/vcl/qa/complex/memCheck/CheckMemoryUsage.java index a089a1c99f54..40216e6046e8 100644 --- a/vcl/qa/complex/memCheck/CheckMemoryUsage.java +++ b/vcl/qa/complex/memCheck/CheckMemoryUsage.java @@ -61,7 +61,7 @@ import static org.junit.Assert.*; * command line tool 'pmap', available on Solaris or Linux. This test will not * run on Windows.<br>Test procedure: every given document type is searched in * the source directory - * Needed paramters: + * Needed parameters: * <ul> * <li>"TestDocumentPath" - the path where test documents are located.</li> * <li>"AllowMemoryIncrease" (optional) - the allowed memory increase measured in kByte per exported document. The default is 10 kByte.</li> |