From 05921a1c5c63f139147f60d7e9f82c0222083b1c Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Tue, 19 Jun 2018 09:46:50 +0200
Subject: [PATCH] defaut --> default

---
 Doc/Sd1/errorHandling.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Sd1/errorHandling.xml b/Doc/Sd1/errorHandling.xml
index 358573fa7..35f5026e2 100644
--- a/Doc/Sd1/errorHandling.xml
+++ b/Doc/Sd1/errorHandling.xml
@@ -443,7 +443,7 @@ static public String convert(final String input) {
    case "one": return "first";
    case "two": return "second";
    case "three": return "third";
-  defaut: return "no idea for " + input;
+  default: return "no idea for " + input;
   }
 }</programlisting>
     </figure>
@@ -457,7 +457,7 @@ static public String convert(final String input) {
         </listitem>
 
         <listitem>
-          <para>Solution: Throw an exception, steps:</para>
+          <para>Solution: Throw an exception. Steps:</para>
 
           <orderedlist>
             <listitem>
-- 
GitLab