Quellcode durchsuchen

dictionary: Fix wrong function name

Will Storey vor 8 Jahren
Ursprung
Commit
f99c3964c4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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