From 56d12c89dadbadd29873c66a0c7dfa7aec76f36a Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 9 Sep 2014 22:47:07 +0100
Subject: [PATCH] Typo in hello_world.c fixed

---
 examples/hello_world/hello_world.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/hello_world/hello_world.c b/examples/hello_world/hello_world.c
index 393ce918f..5fae28c5e 100644
--- a/examples/hello_world/hello_world.c
+++ b/examples/hello_world/hello_world.c
@@ -2,7 +2,7 @@
 // All rights reserved
 //
 // This example demostrates basic use of Mongoose embedded web server.
-// $Data$
+// $Date: 2014-09-09 21:47:07 UTC $
 
 #include <stdio.h>
 #include <string.h>
-- 
GitLab