From 0126c26cd2e8c4eb3907a2ed4550657d934412b9 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 11 Aug 2018 20:51:59 +0200 Subject: [PATCH] Fix typo --- src/utils/front-end-cal/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/front-end-cal/main.cc b/src/utils/front-end-cal/main.cc index ea837233a..c3f129803 100644 --- a/src/utils/front-end-cal/main.cc +++ b/src/utils/front-end-cal/main.cc @@ -448,7 +448,7 @@ int main(int argc, char** argv) } catch (const boost::exception& e) { - LOG(INFO) << "Exception caught while pushing to he internal queue."; + LOG(INFO) << "Exception caught while pushing to the internal queue."; } try {