diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/MySQLGuacamoleProperties.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/MySQLGuacamoleProperties.java index 1212ea7be..d222a0cbb 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/MySQLGuacamoleProperties.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/MySQLGuacamoleProperties.java @@ -242,9 +242,9 @@ public class MySQLGuacamoleProperties { }; /** - * Wether or not to automatically create accounts in the MySQL database for - * users who successfully authenticate through another extension. By - * default users will not be automatically created. + * Whether or not to automatically create accounts in the MySQL database for + * users who successfully authenticate through another extension. By default + * users will not be automatically created. */ public static final BooleanGuacamoleProperty MYSQL_AUTO_CREATE_ACCOUNTS = new BooleanGuacamoleProperty() { diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/conf/PostgreSQLGuacamoleProperties.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/conf/PostgreSQLGuacamoleProperties.java index 470d0223c..fe3ce720b 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/conf/PostgreSQLGuacamoleProperties.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/conf/PostgreSQLGuacamoleProperties.java @@ -234,9 +234,9 @@ public class PostgreSQLGuacamoleProperties { }; /** - * Wether or not to automatically create accounts in the PostgreSQL database - * for users who successfully authenticate through another extension. By - * default users will not be automatically created. + * Whether or not to automatically create accounts in the PostgreSQL + * database for users who successfully authenticate through another + * extension. By default users will not be automatically created. */ public static final BooleanGuacamoleProperty POSTGRESQL_AUTO_CREATE_ACCOUNTS = new BooleanGuacamoleProperty() { diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/SQLServerGuacamoleProperties.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/SQLServerGuacamoleProperties.java index 090f13017..df63c53e9 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/SQLServerGuacamoleProperties.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/SQLServerGuacamoleProperties.java @@ -195,9 +195,9 @@ public class SQLServerGuacamoleProperties { }; /** - * Wether or not to automatically create accounts in the SQL Server database - * for users who successfully authenticate through another extension. By - * default users will not be automatically created. + * Whether or not to automatically create accounts in the SQL Server + * database for users who successfully authenticate through another + * extension. By default users will not be automatically created. */ public static final BooleanGuacamoleProperty SQLSERVER_AUTO_CREATE_ACCOUNTS = new BooleanGuacamoleProperty() {