Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision 664fc031aeab3e7320e3d3c35adb99a7ab5b1306)
+++ uspace/app/date/date.c	(revision 2e6293bcbe4e0a98e83e1721f52fb0b74611caed)
@@ -111,6 +111,6 @@
 	rc = loc_category_get_svcs(cat_id, &svc_ids, &svc_cnt);
 	if (rc != EOK) {
-		printf(NAME ": Cannot get the list of services in category \
-		    clock\n");
+		printf(NAME ": Cannot get the list of services in the clock \
+		    category\n");
 		goto exit;
 	}
