summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-23 10:14:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-23 12:26:48 +0100
commita509dc2f61eb6859d844cfab3889d10c3e175b81 (patch)
tree638ccd8a29d2e9354feeda19c79524dee412ad30
parent027a7c8e02c6b023dcf9e26b68c0f339bd4c74c6 (diff)
Fix typo
Vim editing? Change-Id: I79f610ba48a4f68f48ea6dfd4652a8a4670294b8 Reviewed-on: https://gerrit.libreoffice.org/85740 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sd/qa/unit/import-tests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 1fbde60d3cb1..b394c0d32c57 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1234,7 +1234,7 @@ void SdImportTest::testBnc862510_7()
// high quality (and is much faster) than importing individual editable elements.
// So that's the "new" way of importing.
// The user then breaks the image to editable elements (which is not perfect,
-// but very close to the old way), only :wif they need editing ability.
+// but very close to the old way), only if they need editing ability.
// PDFium should overall be better, and where it isn't, we just need to improve it.
// So these tests aren't really useful anymore. They should be modified to do
// import+break and then check the results. But that isn't straight-forward and