]> granicus.if.org Git - pdns/commitdiff
spelling: create
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:42:41 +0000 (09:42 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:42:41 +0000 (09:42 +0000)
modules/goraclebackend/goraclebackend.cc

index f3a2bdf998c4b2b1da53f76f9c4644c30316af6d..4b1c8abb4cb11e66ea371ef7eb35a520e3b29fcc 100644 (file)
@@ -50,7 +50,7 @@ gOracleBackend::gOracleBackend(const string &mode, const string &suffix)  : GSQL
     int err = OCIEnvCreate(&d_environmentHandle, OCI_THREADED, NULL, NULL, NULL, NULL, 0, NULL); 
 
     if (err) {
-      throw PDNSException("OCIEnvCraete failed");
+      throw PDNSException("OCIEnvCreate failed");
     }
   }