aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-service-resolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-service-resolver.c')
-rw-r--r--src/util/gnunet-service-resolver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index 5ed70807e..9bde04117 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -1223,7 +1223,7 @@ load_etc_hosts (void)
1223 if (GNUNET_OK != GNUNET_DISK_file_handle_size (fh, &bytes_read)) 1223 if (GNUNET_OK != GNUNET_DISK_file_handle_size (fh, &bytes_read))
1224 { 1224 {
1225 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1225 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1226 "Could not determin size of /etc/hosts. " 1226 "Could not determine size of /etc/hosts. "
1227 "DNS resolution will not be possible.\n"); 1227 "DNS resolution will not be possible.\n");
1228 GNUNET_DISK_file_close (fh); 1228 GNUNET_DISK_file_close (fh);
1229 return; 1229 return;