summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2012-06-09 16:04:35 +0200
committerVlad Glagolev2012-06-14 12:36:42 +0400
commitc1fa7f346aea63bbbc58845db76e42d736c21d4a (patch)
tree75ef294ccec316e30a1c5bbe7216b2e70ae6ad14
parentcea97eeb95d497f7a00249ea99159c5bbb064dff (diff)
ibpp: use the right char for (r)
(cherry picked from commit 7ffb2c104239e17b39a7950032e3cd227d20db61)
-rwxr-xr-xdatabase/ibpp/DETAILS2
-rw-r--r--database/ibpp/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/database/ibpp/DETAILS b/database/ibpp/DETAILS
index e146917d2b..0a27ced2f2 100755
--- a/database/ibpp/DETAILS
+++ b/database/ibpp/DETAILS
@@ -13,7 +13,7 @@ SHORT="C++ classes to access and administer a Firebird database"
cat << EOF
IBPP, where 'PP' stands for '++', is a C++ client interface for
Firebird Server versions 1.0, 1.5 and further. It also works with
-InterBase® 6.0, though it is expected it might only support Firebird
+InterBase® 6.0, though it is expected it might only support Firebird
in the future. It is a class library, free of any specific
development tool dependancies. It is not tied to any 'visual' or
'RAD' tool. It was indeed developed to add Firebird access in any
diff --git a/database/ibpp/HISTORY b/database/ibpp/HISTORY
index d6d2aadf52..ca53f7cd01 100644
--- a/database/ibpp/HISTORY
+++ b/database/ibpp/HISTORY
@@ -1,3 +1,6 @@
+2012-06-09 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DETAILS: use properly encoded char for (r)
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)