summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:09:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:09:11 +0100
commit2dca0ccf0760a64eab986c178873926a6a125cc5 (patch)
treeb6c347ade8f5aaaf7961accefb9e2eb289b09806 /odk/examples/DevelopersGuide
parentRemove unused preprocessor defined functions in the unicode utils (diff)
downloadcore-2dca0ccf0760a64eab986c178873926a6a125cc5.tar.gz
core-2dca0ccf0760a64eab986c178873926a6a125cc5.zip
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
index 3dafc669cf10..b21190d173aa 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
@@ -351,7 +351,7 @@ public class LinguisticExamples
public void processLinguServiceEvent( LinguServiceEvent aServiceEvent )
{
//! do here whatever you think needs to be done depending
- //! on the event recieved (e.g. trigger background spellchecking
+ //! on the event received (e.g. trigger background spellchecking
//! or hyphenation again.)
System.out.println("Listener called");