doc: Updated spelling occured -> occurred

Fixed small typo.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-03-20 14:26:50 -07:00
parent 05435eed4f
commit ccb9fa2a4f
7 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ public class MAX5487Example {
Thread.sleep(5);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
System.out.println("The following Exception occured: "+e.getMessage());
System.out.println("The following Exception occurred: "+e.getMessage());
}
}
@ -60,7 +60,7 @@ public class MAX5487Example {
Thread.sleep(5);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
System.out.println("The following exception occured: "+e.getMessage());
System.out.println("The following exception occurred: "+e.getMessage());
}
}