From 012bd2577975b902aa5ce0cdd0eb43ef57c948fb Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 21 May 2010 10:51:03 +0200 Subject: Fix spelling errors in comments and strings --- client/process_loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/process_loop.cpp') diff --git a/client/process_loop.cpp b/client/process_loop.cpp index d8c63347..5337c36a 100644 --- a/client/process_loop.cpp +++ b/client/process_loop.cpp @@ -36,7 +36,7 @@ void SyncEvent::response(AbstractProcessLoop& events_loop) try { do_response(events_loop); } catch (Exception& e) { - LOG_WARN("unhandle exception: %s", e.what()); + LOG_WARN("unhandled exception: %s", e.what()); _err = true; } catch (...) { _err = true; -- cgit