$OpenBSD: patch-git-gui_git-gui_sh,v 1.4 2008/06/24 20:28:01 bernd Exp $
--- git-gui/git-gui.sh.orig	Thu Jun 19 00:49:49 2008
+++ git-gui/git-gui.sh	Thu Jun 19 08:59:54 2008
@@ -2931,7 +2931,9 @@ if {[winfo exists $ui_comm]} {
 	#    in pipe mode to spellcheck the commit message.
 	#
 	set spell_cmd [list |]
-	set spell_dict [get_config gui.spellingdictionary]
+	# Disable the spellchecker for now.
+	# There are issues with aspell-0.50.x.
+	set spell_dict none
 	lappend spell_cmd aspell
 	if {$spell_dict ne {}} {
 		lappend spell_cmd --master=$spell_dict
