-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #2592
Spelling #2592
Conversation
@@ -278,7 +278,7 @@ public void readWriteStream(int offset, byte[] data) throws SQLException, IOExce | |||
|
|||
@Test | |||
public void testPattern() throws SQLException { | |||
byte[] data = "abcdefghijklmnopqrstuvwxyx0123456789".getBytes(); | |||
byte[] data = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sort of thing happens way more often than I'd like, and pretty much every variation I run into has many hits in cs.github.com, but I'm still shocked by them when I see them.
I went through the changes, and I think they are good. |
+1 |
* a nonexistent * abcdefghijklmnopqrstuvwxyz * able * accepted * accidentally * actual * applied * artifacts * assessors * backwards * because * before * between * bootstrap * certificates * change * character * classes * code * columns * committing * connect * connection * constraint * contains * converting * current * customize * decimal * diagnostic * directly * encrypted * escape * example * exceeded * exceptions * expected * expression * for * format * github * gssapi * guc * handshake * hit * implementation * infinity * instantiation * javascript * kellerer * length * logical * manager * message * millis * non-pooling * nonexistent * nonexistentdatabase * nonhiding * normalized * override * package * parameterized * partitioned * password * physical * position * postgresql * preprocessor * previously * privileges * quarter * regressions * replication * repository * service * should * startup * statements * substitutions * that * the * trace * transfer * truncate * unimplemented * unknown * unprepared * vacuum * varchar * version * weight Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
The failures above do not look like spelling-induced ones. |
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@57d8112#commitcomment-81170047
The action reports that the changes in this PR would make it happy: jsoref@e0ed387
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.
All Submissions:
New Feature Submissions:
./gradlew autostyleCheck checkstyleAll
pass ?Changes to Existing Features: