]> git.ipfire.org Git - pakfire.git/commitdiff
satsolver: Fix typo in constant.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2012 10:10:53 +0000 (11:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2012 10:10:53 +0000 (11:10 +0100)
python/pakfire/satsolver.py

index e035fc99b2b59106ac37f9d5c4e361cd7c982427..29288554d1da9ba2ffacf1197abcf4e50a9e9934 100644 (file)
@@ -37,7 +37,7 @@ from i18n import _
 # Put some variables into our own namespace, to make them easily accessible
 # for code, that imports the satsolver module.
 SEARCH_STRING = _pakfire.SEARCH_STRING
-SEARCH_FIELS  = _pakfire.SEARCH_FILES
+SEARCH_FILES  = _pakfire.SEARCH_FILES
 SEARCH_GLOB   = _pakfire.SEARCH_GLOB
 
 Repo     = _pakfire.Repo