Browse Source

fix spelling errors

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1653 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 13 years ago
parent
commit
36c6d994c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/rtgui/SConscript

+ 1 - 1
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)