浏览代码

dictionary: Fix wrong function name

Will Storey 8 年之前
父节点
当前提交
f99c3964c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dictionary.tcl

+ 1 - 1
dictionary.tcl

@@ -403,7 +403,7 @@ proc ::dictionary::load {args} {
 }
 
 # Save the terms and definitions to the data file.
-proc ::dictionary::write_db {} {
+proc ::dictionary::save {} {
   variable term_file
   variable terms