diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:38:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:39:11 +0200 |
commit | 2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4 (patch) | |
tree | 41bb22783665311d54d94d45e827f370fdc8e533 /odk/examples | |
parent | d1ccb1eea871ca4064693b58d2926d4939018614 (diff) |
s/whith/with/
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/Makefile b/odk/examples/DevelopersGuide/Forms/Makefile index 95867588f9ad..2964e4ef6e6c 100644 --- a/odk/examples/DevelopersGuide/Forms/Makefile +++ b/odk/examples/DevelopersGuide/Forms/Makefile @@ -175,7 +175,7 @@ FormsExample : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR) $(APP4_JAR) @echo $(MAKE) $(APP3_NAME).run @echo $(MAKE) $(APP4_NAME).run @echo - - @echo Note: The data awareness example needs a running data source whith name + @echo Note: The data awareness example needs a running data source with name @echo $(SQM) $(SQM)"$(QM)OO_SDK_Demo_DB$(QM)". Make sure that you have created such a data source, @echo - @echo The document "$(QM)ProgrammaticScriptAssignment.odt$(QM)" demonstrates |