From 36c6d994c70ab93c0a186c9d28d5f9cba23cc7d7 Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Thu, 28 Jul 2011 16:38:32 +0000 Subject: [PATCH] fix spelling errors git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1653 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/rtgui/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rtgui/SConscript b/components/rtgui/SConscript index 58b7aa2c8..59489267e 100644 --- a/components/rtgui/SConscript +++ b/components/rtgui/SConscript @@ -75,7 +75,7 @@ widgets/workbench.c src = common_src + server_src + widgets_src path = [RTT_ROOT + '/components/rtgui/include', - RTT_ROOT + '/components/rgtui/common', + RTT_ROOT + '/components/rtgui/common', RTT_ROOT + '/components/rtgui/server', RTT_ROOT + '/components/rtgui/widgets'] group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI'], CPPPATH = path) -- GitLab