From 2b9e149c5d48a975291c1cbfceefff3748d82f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 23 Mar 2012 13:41:32 +0100 Subject: [PATCH] Typo in error message, Host::insert_replace --- src/host/Host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/Host.cc b/src/host/Host.cc index 14afbb4ca1..92abb39f65 100644 --- a/src/host/Host.cc +++ b/src/host/Host.cc @@ -141,7 +141,7 @@ error_xml: db->free_str(sql_hostname); db->free_str(sql_xml); - error_str = "Error transforming the Group to XML."; + error_str = "Error transforming the Host to XML."; goto error_common;