Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user