diff options
Diffstat (limited to 'indra/test/llblowfish_tut.cpp')
-rwxr-xr-x | indra/test/llblowfish_tut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/llblowfish_tut.cpp b/indra/test/llblowfish_tut.cpp index 96e30f4e1e..18eb01363f 100755 --- a/indra/test/llblowfish_tut.cpp +++ b/indra/test/llblowfish_tut.cpp @@ -65,7 +65,7 @@ namespace tut } if (!fp) { - LL_WARNS() << "unabled to open " << filename << LL_ENDL; + LL_WARNS() << "unable to open " << filename << LL_ENDL; return false; } |