[libxml++] Fix typo in main page documentation



commit 8dbb6ca4c622efd8233b1fb3337b6a8ddc867bf0
Author: David King <davidk openismus com>
Date:   Fri Apr 23 11:09:38 2010 +0200

    Fix typo in main page documentation

 libxml++/libxml++.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libxml++/libxml++.h b/libxml++/libxml++.h
index e99b580..b22c058 100644
--- a/libxml++/libxml++.h
+++ b/libxml++/libxml++.h
@@ -24,7 +24,7 @@
  * @endcode
  * This includes every header installed by libxml++, so can slow down
  * compilation, but suffices for this simple example. Assuming that your
- * program source files is @c program.cc, compile it with:
+ * program source file is @c program.cc, compile it with:
  * @code
  * g++ program.cc -o program  `pkg-config --cflags --libs libxml++-2.6`
  * @endcode



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