]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Jose Arthur Benetasso Villanova fixed a very old comment typo ;-)
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 18 Jan 2011 19:01:56 +0000 (19:01 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 18 Jan 2011 19:01:56 +0000 (19:01 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1896 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/gmysqlbackend/gmysqlbackend.hh

index d30999eaea8bd8b256230767de1ce6bd3e4eddb5..b9f0e7ca62c62e32a3ac5dad1eb8504b7d21e816 100644 (file)
@@ -6,7 +6,7 @@
 using namespace std;
 
 /** The gMySQLBackend is a DNSBackend that can answer DNS related questions. It looks up data
-    in PostgreSQL */
+    in MySQL */
 class gMySQLBackend : public GSQLBackend
 {
 public: