diff options
author | Jeremy C. Reed <jreed@isc.org> | 2010-07-07 21:47:53 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2010-07-07 21:47:53 +0200 |
commit | b77c35be53c583d4b05b9890560023307f15e811 (patch) | |
tree | 706ae53208cc08bd1c48f02af91746c3d094052c /configure.ac | |
parent | comments, cleanups, simplification. (diff) | |
download | kea-b77c35be53c583d4b05b9890560023307f15e811.tar.xz kea-b77c35be53c583d4b05b9890560023307f15e811.zip |
Add space; fix typo.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2426 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a26b05112d..b1d774f756 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ fi # 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 # 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 python_rpath= for flag in ${PYTHON_LDFLAGS}; do |