modified: ri_oper.py

fix speling mistake
This commit is contained in:
fling
2010-11-09 16:28:48 +08:00
parent d53f1802ec
commit ad712491c3

View File

@@ -279,7 +279,7 @@ class MakeServiceAutoBoot(Operation):
class CopyKernel(Operation):
"""class for copy kernel"""
def __init__(self,scr):
Operation.__init__(self,"Copy kernle",u"拷贝内核","copy_kernels.sh",scr)
Operation.__init__(self,"Copy kernel",u"拷贝内核","copy_kernels.sh",scr)
self.return_value[1]=("kernel directory, modules directory, initrd.gz, or makeinitrd doesn't exist",u"内核目录、模块目录、initrd.gz文件、makeinitrd指令不存在")
class ExecFinishInstall(Operation):