From: reed Date: Thu, 13 Oct 2011 13:19:46 +0000 (-0500) Subject: fix typo in comment in #1300 quick hack X-Git-Tag: perftcpdns_before_epoll~66^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2c88f03e394ed8ebcfcff936ee888bf593e22d1;p=thirdparty%2Fkea.git fix typo in comment in #1300 quick hack --- diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in index 299509a90f..94747f21c2 100755 --- a/src/bin/bind10/bind10_src.py.in +++ b/src/bin/bind10/bind10_src.py.in @@ -586,7 +586,7 @@ class BoB: # object path or a path in the (DY)LD_LIBRARY_PATH. We should seek # a cleaner solution, but for a short term workaround we specify the # path here, unconditionally, and without even bothering which - # environment varialbe should be used. + # environment variable should be used. if not "B10_FROM_SOURCE" in os.environ: cur_path = os.getenv('DYLD_LIBRARY_PATH') cur_path = '' if cur_path is None else ':' + cur_path