From fb1ea98ed77b98e3abf10018194789b9a2983d00 Mon Sep 17 00:00:00 2001 From: ice-bit Date: Tue, 9 Jul 2019 00:37:49 +0200 Subject: [PATCH] Fixed a typo --- kernel/shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/shell/shell.c b/kernel/shell/shell.c index 0b9e6b0..d433a31 100644 --- a/kernel/shell/shell.c +++ b/kernel/shell/shell.c @@ -31,7 +31,7 @@ void about() { printf_color( "iceOS is a x86 monolithic kernel written in C from scratch.\n" "This project doesn't aim to be a fully functional operating system\n" - "with tons of drivers and graphical applications,\nit's just a learning tool" + "with tons of drivers and graphical applications,\nit's just a learning tool " "to teach myself concepts like\nOperating Systems, Computer Architecture and Digital Electronics.\n" "\n\n" "iceOS comes with the following features:\n"