From: William Morgan Date: Mon, 4 May 2009 12:43:24 +0000 (-0700) Subject: bugfix: typo X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b65338ac068d0cebff28c3761f1820b064bc5005;p=sup bugfix: typo --- diff --git a/bin/sup b/bin/sup index cbcee54..f19f548 100644 --- a/bin/sup +++ b/bin/sup @@ -96,7 +96,7 @@ module LibC else; "libc.so.6" end - Redwood::log "dyamically loading setlocale() from #{setlocale_lib}" + Redwood::log "dynamically loading setlocale() from #{setlocale_lib}" begin dlload setlocale_lib extern "void setlocale(int, const char *)"