From 7a85f7e089f0a48df43aa30d0da8c6d25093ad8e Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 29 Mar 2016 15:54:06 +0200 Subject: Simplify --- src/drivers/Driver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/Driver.java') 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. */ -- cgit v1.2.3