]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: locations
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:11:28 +0000 (10:11 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:11:28 +0000 (10:11 +0000)
m4/pdns_with_oracle.m4

index d8428f9cbf90b38d9f30d978e99d718ffc576047..0f16fbd0df64a1f45d0c676e17d5f312c1c59c1e 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([PDNS_WITH_ORACLE],[
   AC_SUBST([ORACLE_LIBS])
 
   if test x"$with_oracle_libs" = "x"; then
-     # check possible locationse
+     # check possible locations
      for p1 in /usr/lib/oracle /usr/local/lib/oracle; do
        for p2 in $p1/*/client*/lib; do
          if test -d "$p2"; then