fix mispell (#86) deprecated

This commit is contained in:
Aleksandr Charkov 2019-12-06 00:27:01 +02:00 committed by Brad Smith
parent ed4f5d0000
commit 749567adf6
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -65,7 +65,7 @@ tweak some of these options.
4 - GUI
-------
You can enable the GTK GUI by setting GTK to 1 in the SConstruct build file.
GfceuX is deprecatiated in favor of the new GTK GUI. You can disable the GTK GUI at
GfceuX is deprecated in favor of the new GTK GUI. You can disable the GTK GUI at
run-time by passing the --nogui option, or disable it at build-time by setting
GTK to 0 in the SConstruct file. If you prefer GTK3 to GTK2, you can set the
GTK3 BoolVariable to 1 in the SConstruct.