summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index e2c269202280..dd11cec69156 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -397,7 +397,7 @@ public class AsciiReplaceFilter
*
* Note: It's not alloed for a filter to seek inside the stream.
* Because the outside frameloader has to set the stream position
- * right and a filter must read till EOF occures only.
+ * right and a filter must read till EOF occurs only.
*
* @param xTarget
* the target text model to put the data in
@@ -529,7 +529,7 @@ public class AsciiReplaceFilter
*
* Note: It's not alloed for a filter to seek inside the stream.
* Because the outside frameloader has to set the stream position
- * right and a filter must read till EOF occures only.
+ * right and a filter must read till EOF occurs only.
*
* @param xSource
* the source text model to get the data from