mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
doc: Updated spelling occured -> occurred
Fixed small typo. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user