diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 10:03:34 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:34:21 +0000 |
commit | 51d996354f11048d7759cd7e206a2383421c2c81 (patch) | |
tree | 4c34da7dbec966bcceb3477ac14c2eda1be2e84c /smoketest | |
parent | b068d9fb8d29e06ff652b1493605cea22a9199f3 (diff) |
Fix typos
Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3
Reviewed-on: https://gerrit.libreoffice.org/34784
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/com/sun/star/comp/smoketest/TestExtension.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java index 65fdfff75dff..5da73bb00a91 100644 --- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java +++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java @@ -118,7 +118,7 @@ public class TestExtension { public void initialize( Object[] object ) throws com.sun.star.uno.Exception { /* The component describes what arguments its expected and in which - * order!At this point you can read the objects and can intialize + * order!At this point you can read the objects and can initialize * your component using these objects. */ } |