summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:11:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:11:19 +0200
commitb232607e4558f652dd47bc834dc500103ff9f7e3 (patch)
treed18641afea10d5b870d2605f2b7221d286ddafa4 /odk
parent298055aec25a71a9f45ebebdef597c8b6ccbd157 (diff)
Typo: easiear->easier
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index 511314d5a02a..d82a5bbddbae 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -601,7 +601,7 @@ public class AsciiReplaceFilter
private String implts_replace( StringBuffer rBuffer, FilterOptions aOptions )
{
// replace complete strings first
- // Because its easiear on a buffer then on a string
+ // Because its easier on a buffer then on a string
if ( ! aOptions.m_sOld.equals(aOptions.m_sNew) )
{
int nStart = rBuffer.indexOf(aOptions.m_sOld);