From 5a58270e4acd1867df4396f52673d30b1dc5cd4b Mon Sep 17 00:00:00 2001
From: Alexander Wuerstlein <arw@arw.name>
Date: Tue, 11 Jun 2013 14:37:45 +0200
Subject: [PATCH] fix a typo

---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index b937ec8..5e64440 100644
--- a/hello.c
+++ b/hello.c
@@ -2,7 +2,7 @@
 
 int main(int argc, char **argv)
 {
-	printf("Hello World!!!!\n");
+	printf("Hello world!!!!\n");
 	printf("Hallo Welt!!!!\n");
 	return 0;
 }
-- 
GitLab