Fix stupid typo.

From: John Admanski <jadmanski@google.com>
Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@931 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/kernel.py b/client/bin/kernel.py
index df5592c..1a08865 100755
--- a/client/bin/kernel.py
+++ b/client/bin/kernel.py
@@ -680,11 +680,11 @@
 	def boot(self, args='', ident=1):
 		""" install and boot this kernel
 		"""
-		
+
 		# Check if the kernel has been installed, if not install
 		# as the default tag and boot that.
 		if not self.installed_as:
-			self.intsall()
+			self.install()
 
 		# If we can check the kernel identity do so.
 		if ident: