diff options
Diffstat (limited to 'src/drivers/Driver.java')
| -rw-r--r-- | src/drivers/Driver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Driver.java b/src/drivers/Driver.java index d362d19..fe86a1f 100644 --- a/src/drivers/Driver.java +++ b/src/drivers/Driver.java @@ -17,7 +17,7 @@ public interface Driver{ public Class<?> getType(); /** - * Initialise the driver (do not initialise anything in the constructor). + * Initialize the driver (do not initialize anything in the constructor). * * @return true if success (device is present and accessible) false else. */ |
