$OpenBSD: patch-git-gui_git-gui_sh,v 1.6 2009/01/24 14:31:29 bernd Exp $
--- git-gui/git-gui.sh.orig	Thu Dec 25 06:33:25 2008
+++ git-gui/git-gui.sh	Thu Dec 25 19:25:32 2008
@@ -3430,7 +3430,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
