summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 11:08:41 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 11:08:41 +0000
commit6c2c8c67367a9aa8d3e465e509ae6f177b1df173 (patch)
treef6f5788247baf23db97f0f8973ed07fe32a9c28c /odk/examples/DevelopersGuide
parent1e5cd4baaf876d4af74b0fa933db52129f960673 (diff)
INTEGRATION: CWS sdkbugfix01 (1.6.6); FILE MERGED
2005/02/17 12:55:53 jsc 1.6.6.1: #i42941# correct typo
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile b/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
index 393b0106b488..8fca98b6f5b4 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:20:44 $
+# last change: $Author: kz $ $Date: 2005-03-01 12:08:41 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -143,7 +143,7 @@ endif
DatabaseSDBCDriverSkeletonExample : $(REGISTERFLAG)
@echo --------------------------------------------------------------------------------
- @echo The Databse SDBC skeleton driver component was installed if SDK_AUTO_DEPLOYMENT = YES.
+ @echo The Database SDBC skeleton driver component was installed if SDK_AUTO_DEPLOYMENT = YES.
@echo You can use this component inside your office installation, see the example
@echo description and the howto of implementing a sdbc driver.
@echo --------------------------------------------------------------------------------