diff options
Diffstat (limited to 'scripting/java')
2 files changed, 7 insertions, 7 deletions
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) { |