소스 검색

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