Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-10-17 20:36:27 +0000
committerSilenio Quarti2011-10-17 20:36:27 +0000
commit7af47a59f82412ce6a16d41e49fd011a2d52993e (patch)
tree6b1b66d5be54e9601cf31843428840027dfe4629 /bundles/org.eclipse.swt/buildSWT.xml
parent9cb58ea6c35e3523ec6f887057c201f5bd90d6c7 (diff)
downloadeclipse.platform.swt-7af47a59f82412ce6a16d41e49fd011a2d52993e.tar.gz
eclipse.platform.swt-7af47a59f82412ce6a16d41e49fd011a2d52993e.tar.xz
eclipse.platform.swt-7af47a59f82412ce6a16d41e49fd011a2d52993e.zip
fix spelling
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 8a755e2d17..ceefe341ff 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -724,7 +724,7 @@
<arg line="status"/>
</exec>
<exec dir="${repo.common}" executable="git" failonerror="true">
- <arg line="commit -m 'SWT contribuition v${swt_new_tag}'"/>
+ <arg line="commit -m 'SWT contribution v${swt_new_tag}'"/>
</exec>
</target>

Back to the top