Fix spelling

Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
Joe Farebrother
2021-07-28 10:12:17 +01:00
committed by GitHub
parent 2d862ef119
commit 9ddae3e9f6

View File

@@ -138,7 +138,7 @@ string getFieldToken(FieldContent fc) {
}
/**
* Returns a valid Java token naming the synthtic field `fc`,
* Returns a valid Java token naming the synthetic field `fc`,
* assuming that the name of that field consists only of characters valid in a Java identifier and `.`.
*/
string getSyntheticFieldToken(SyntheticFieldContent fc) {