Typo.
[cl-gtk2.git] / gtk / gtk.entry.lisp
index 6cd0c45..5b07e57 100644 (file)
@@ -86,7 +86,7 @@
   (start-pos :int)
   (end-pos :int))
 
-(defun editable-get-chars (editable &key (start -1) (end -1))
+(defun editable-get-chars (editable &key (start 0) (end -1))
   (gtk-editable-get-chars editable start end))
 
 (export 'editable-get-chars)
 
 (export 'entry-completion-insert-action-text)
 
-(defcfun (entry-copmletion-insert-action-markup "gtk_entry_completion_insert_action_markup") :void
+(defcfun (entry-completion-insert-action-markup "gtk_entry_completion_insert_action_markup") :void
   (completion (g-object entry-completion))
   (index :int)
   (markup :string))