You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by sh...@apache.org on 2010/02/26 05:34:30 UTC

svn commit: r916562 - /axis/axis2/c/rampart/trunk/configure.ac

Author: shankar
Date: Fri Feb 26 04:34:30 2010
New Revision: 916562

URL: http://svn.apache.org/viewvc?rev=916562&view=rev
Log:
correcting spelling mistake

Modified:
    axis/axis2/c/rampart/trunk/configure.ac

Modified: axis/axis2/c/rampart/trunk/configure.ac
URL: http://svn.apache.org/viewvc/axis/axis2/c/rampart/trunk/configure.ac?rev=916562&r1=916561&r2=916562&view=diff
==============================================================================
--- axis/axis2/c/rampart/trunk/configure.ac (original)
+++ axis/axis2/c/rampart/trunk/configure.ac Fri Feb 26 04:34:30 2010
@@ -99,7 +99,7 @@
     ;;
   *)
     AC_MSG_RESULT($withval)
-    dnl Find oprnssl dir in the path
+    dnl Find openssl dir in the path
     if test -d $withval; then
         opensslinc="-I$withval/include"
         openssllib="-L$withval/lib"