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

@ -47,7 +47,7 @@ public class MAX31855Example {
Thread.sleep(1000);
} 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());
}
}
//! [Interesting]