docs: fix 'compatability' typo in Javadoc comments#1202
Open
Nepomuk5665 wants to merge 1 commit intoaws:mainfrom
Open
docs: fix 'compatability' typo in Javadoc comments#1202Nepomuk5665 wants to merge 1 commit intoaws:mainfrom
Nepomuk5665 wants to merge 1 commit intoaws:mainfrom
Conversation
Snidd111
approved these changes
Jan 26, 2026
Contributor
Snidd111
left a comment
There was a problem hiding this comment.
This looks good. Thanks for catching the mistake!
Contributor
|
Hey @Nepomuk5665, in order to merge this, we require our commits to be signed. Are you able to sign your commit? |
077c491 to
b5d8212
Compare
Author
|
Done! I've signed the commit. Thanks for the review and for catching that requirement! |
b5d8212 to
53436aa
Compare
53436aa to
ea71523
Compare
Contributor
|
Hey @Nepomuk5665 I can see that it's signed now, but it's still unverified. Check out this section of GitHub's docs for some help on getting your public key recognized: https://docs.github.com/en/authentication/managing-commit-signature-verification |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes a repeated typo in Javadoc comments across the codebase where "compatibility" was misspelled as "compatability".
Changes
c3r-sdk-parquet/src/main/java/com/amazonaws/c3r/data/ParquetDataType.javafromType()method Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/CleartextTransformer.javaFORMAT_VERSIONfield Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/FingerprintTransformer.javaFORMAT_VERSIONfield Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/SealedTransformer.javaFORMAT_VERSIONfield JavadocDetails
All instances changed:
compatability→compatibilityThis is a documentation-only change with no functional impact.