summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ScriptingFramework
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/ScriptingFramework')
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml2
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
index 93e358785121..ae23fae58857 100644
--- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
+++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
@@ -23,7 +23,7 @@
<property name="macroname" value="SayHello"/>
<property name="unopkgfile" value="${basedir}/${macroname}.uno.pkg"/>
- <!-- ==================== intialise properties ========================= -->
+ <!-- ==================== initialise properties ========================= -->
<target name="checksdk">
<condition property="UsingSDK">
<available file="${env.OFFICE_PROGRAM_PATH}"/>
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
index 7979b231445f..88e0b8b60518 100644
--- a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
+++ b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
@@ -23,7 +23,7 @@
<property name="macroname" value="ScriptSelector"/>
<property name="unopkgfile" value="${basedir}/${macroname}.uno.pkg"/>
- <!-- ==================== intialise properties ========================= -->
+ <!-- ==================== initialise properties ========================= -->
<target name="checksdk">
<condition property="UsingSDK">
<available file="${env.OFFICE_PROGRAM_PATH}"/>