]> git.cworth.org Git - sup/commitdiff
bugfix: typo
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 4 May 2009 12:43:24 +0000 (05:43 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 4 May 2009 12:43:24 +0000 (05:43 -0700)
bin/sup

diff --git a/bin/sup b/bin/sup
index cbcee54ea40b995510e369a1b3a292ee92baf427..f19f5481d0369292c6a2fdbcfd3898824c93e3f6 100644 (file)
--- 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 *)"