summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XDictionaryEntry.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryEntry.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
index c9f2f89e588a..fd24e981c4c6 100644
--- a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
@@ -42,19 +42,19 @@ module com { module sun { module star { module linguistic2 {
//=============================================================================
/** This interfaces gives access to a dictionary entry.
- <P>A dictionary entry can supply a word and its hyhenation
+ <P>A dictionary entry can supply a word and its hyphenation
and indicate if it is a negative word.
If it is a negative entry it may supply a replacement text to
be used instead of the entry word.</P>
- <P>Hyphenation positions are represented by an '=' in the word.
- If the '=' is the last character of the word this means it should not
- be hyphenated. If there is no '=' charcter in the word, hyphenation
+ <P>Hyphenation positions are represented by an "=" in the word.
+ If the "=" is the last character of the word this means it should not
+ be hyphenated. If there is no "=" charter in the word, hyphenation
positions will be determined automatically (i.e., from the hyphenator
service alone).</P>
<P>Entries whose words only differ in hyphenation are considered
- to be equal. Also a '.' at the end of the word will make no
+ to be equal. Also a "." at the end of the word will make no
difference.</P>
@see <type scope="com::sun::star::linguistic2">XDictionary</type>