Index: /trunk/softs/tsar_boot/src/exceptions.c
===================================================================
--- /trunk/softs/tsar_boot/src/exceptions.c	(revision 416)
+++ /trunk/softs/tsar_boot/src/exceptions.c	(revision 417)
@@ -11,9 +11,9 @@
 void handle_except(int status, int cause, int epc)
 {
-	boot_puts("boot (default) exeption handler called: \r\n    status ");
+	boot_puts("tsar_boot (default) exception handler called: \r\n    status ");
 	boot_putx(status);
 	boot_puts("\r\n    cause  ");
 	boot_putx(cause);
-	boot_puts(" (exeption ");
+	boot_puts(" (exception ");
 	boot_putx((cause >> 2) & 0x1f);
 	boot_puts(")\r\n    epc    ");
