[HUST CSE][example] fix some typo bugs about 'sucess' and others. (#7528)

This commit is contained in:
shandianchengzi
2023-05-18 10:42:44 -04:00
committed by GitHub
parent c349fe68b8
commit a294d7da9a
15 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ class SconsUI():
setting.close()
tkMessageBox.showinfo("RT-Thread SCons UI",
"Save setting sucessfully")
"Save setting successfully")
def setup_building_ui(self, frame):
padding = ttk.Frame(frame)