diff --git a/chunk_storage.cc b/chunk_storage.cc index 73ce40b..d5e2652 100644 --- a/chunk_storage.cc +++ b/chunk_storage.cc @@ -174,7 +174,7 @@ void * Writer::Compressor::Compressor::threadFunction() throw() } catch( std::exception & e ) { - FAIL( "Bunding writing failed: %s", e.what() ); + FAIL( "Bundle writing failed: %s", e.what() ); } {