[java-libglom] Fix a typo.



commit bc8987376b16bdea479afc14c55ddf970b485cfa
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 11 20:29:16 2012 +0100

    Fix a typo.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 502ad75..9529e60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -166,7 +166,7 @@ tests-and-examples.stamp: $(jarfile) $(test_sources)
 	  $(top_srcdir)/src/examples/org/glom/libglom/examples/ExampleDocumentLoad.java
 	sed -i -e "s/@JARFILE@/$(jarfile)/" tools/ExampleDocumentLoad
 	chmod 0755 tools/ExampleDocumentLoad
-	@echo "java-libglom tests and exmaples generated and built." > tests-and-examples.stamp
+	@echo "java-libglom tests and examples generated and built." > tests-and-examples.stamp
 
 deploy: $(pomfile) $(jarfile) 
 	mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=$(pomfile) -Dfile=$(jarfile)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]