Spelling correction: s/retrive/retrieve/

Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
This commit is contained in:
Tor Lillqvist
2013-12-20 23:24:56 +02:00
parent d1ae39e484
commit be053c9a80
27 changed files with 77 additions and 77 deletions

View File

@@ -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

View File

@@ -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)
{