[blivet:master 13/25] Spell BootLoaderError properly

mulhern amulhern at redhat.com
Wed Apr 16 21:54:34 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 38c00d8..ff7d853 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -32,7 +32,7 @@ isys = None
 ROOT_PATH = '/'
 shortProductName = 'blivet'
 productName = 'blivet'
-bootLoaderError = Exception
+BootLoaderError = Exception
 ERROR_RAISE = 0
 
 class ErrorHandler(object):
-- 
1.8.3.1



More information about the anaconda-patches mailing list