Parcourir la source

Add space; fix typo.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2426 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed il y a 15 ans
Parent
commit
b77c35be53
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -102,7 +102,7 @@ fi
 # To avoid requiring dynamic library path with our python wrapper loadable
 # To avoid requiring dynamic library path with our python wrapper loadable
 # modules, we embed the path to the modules when possible.  We do this even
 # modules, we embed the path to the modules when possible.  We do this even
 # when the path is known in the common operational environment (e.g. when
 # when the path is known in the common operational environment (e.g. when
-#it's stored in a comon "hint" file) for simplicity.
+# it's stored in a common "hint" file) for simplicity.
 if test $rpath_available = yes; then
 if test $rpath_available = yes; then
 	python_rpath=
 	python_rpath=
 	for flag in ${PYTHON_LDFLAGS}; do
 	for flag in ${PYTHON_LDFLAGS}; do