Explorar el Código

dictionary: Fix wrong function name

Will Storey hace 8 años
padre
commit
f99c3964c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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