summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
index 57f352362918..e882e089b0e4 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
@@ -163,15 +163,15 @@ public class FilterOptions
{
// ONE argument has the wrong type
// But I think we mustn't react here - because we setted
- // default values for every neccessary item we need.
+ // default values for every necessary item we need.
// In case this exception occures - this default exist
// and we can live with it.
}
}
- // Decide if it's neccessary AND possible to open streams.
+ // Decide if it's necessary AND possible to open streams.
// Outside user can check for valid FilterOptions by using
- // corresponding method isValid(). So it's not neccessary to
+ // corresponding method isValid(). So it's not necessary to
// handle this error here in any case.
if (m_xInput==null && m_xOutput==null && m_sURL!=null)
impl_openStreams(bImport);