From be053c9a80ad237afc6da0b4174e1c7afc94ed92 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 20 Dec 2013 23:24:56 +0200 Subject: Spelling correction: s/retrive/retrieve/ Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b --- .../modules/office/filesystem/OpenOfficeDocFileSystem.java | 8 ++++---- .../office/filesystem/OpenOfficeDocFileSystemBeanInfo.java | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'scripting/java/org') diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java index c6c55d5ecac0..ffb4a5febaed 100644 --- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java +++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java @@ -149,7 +149,7 @@ public class OpenOfficeDocFileSystem } /** - * Retrives the 'document' property. + * Retrieves the 'document' property. */ public File getDocument() { @@ -200,7 +200,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /** - * Retrives 'readonly' property. + * Retrieves 'readonly' property. * NOTE: The portion of the mounted document available to the user is * always editable. */ @@ -436,7 +436,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /* - * Retrives or creates a file. + * Retrieves or creates a file. */ private Entry getFileEntry(String name) throws IOException @@ -462,7 +462,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /* - * Retrives or creates a folder. + * Retrieves or creates a folder. */ private Entry getFolderEntry(String name) throws IOException diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java index 4ec0f0ba7647..4e4b8fb54404 100644 --- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java +++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java @@ -41,7 +41,7 @@ public class OpenOfficeDocFileSystemBeanInfo ICONLOCATION + File.separator + "OpenOfficeDocFileSystemIcon32.png"; /** - * Retrives an additional bean information. + * Retrieves an additional bean information. */ public BeanInfo[] getAdditionalBeanInfo() { @@ -64,7 +64,7 @@ public class OpenOfficeDocFileSystemBeanInfo } */ /** - * Retrives bean property descriptors. + * Retrieves bean property descriptors. */ public PropertyDescriptor[] getPropertyDescriptors() { @@ -99,7 +99,7 @@ public class OpenOfficeDocFileSystemBeanInfo } /** - * Retrives an icon by the icon type. + * Retrieves an icon by the icon type. */ public Image getIcon(int type) { -- cgit stro/collabora/cp-4.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/test/deployment/simple_license/BadNamespace.oxt
AgeCommit message (Expand)Author