From 91e22aeedd5a216c5e5b5185e5f073e6c2c38862 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Dec 2014 09:28:53 -0600 Subject: [PATCH] Traveler: Change the way that the world path is managed. --- libc/stdio/lib_libvsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/stdio/lib_libvsprintf.c b/libc/stdio/lib_libvsprintf.c index 3d96e88065..4064ec734a 100644 --- a/libc/stdio/lib_libvsprintf.c +++ b/libc/stdio/lib_libvsprintf.c @@ -1369,7 +1369,7 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj, FAR const char *src, va_list a ptmp = (char*)g_nullstring; } - /* Get the widith of the string and perform right-justification + /* Get the width of the string and perform right-justification * operations. */