GUACAMOLE-708: Spelling correction in JavaDoc comments.

This commit is contained in:
Virtually Nick
2020-06-20 16:24:35 -04:00
parent 76f7379f46
commit 55fccff7a7
3 changed files with 9 additions and 9 deletions

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {