This commit is contained in:
Peter Stuart
2017-11-18 02:48:02 -05:00
committed by William Cheng
parent da1702db03
commit 79bac2ca04
13 changed files with 13 additions and 13 deletions

View File

@@ -128,7 +128,7 @@ abstract public class AbstractCppCodegen extends DefaultCodegen implements Codeg
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle
* escaping those terms here. This logic is only called if a variable
* matches the reseved words
* matches the reserved words
*
* @return the escaped term
*/

View File

@@ -307,7 +307,7 @@ public class BashClientCodegen extends DefaultCodegen implements CodegenConfig {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle
* escaping those terms here. This logic is only called if a variable
* matches the reseved words.
* matches the reserved words.
*
* @return the escaped term
*/

View File

@@ -314,7 +314,7 @@ public class ElixirClientCodegen extends DefaultCodegen implements CodegenConfig
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -177,7 +177,7 @@ public class ErlangServerCodegen extends DefaultCodegen implements CodegenConfig
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -249,7 +249,7 @@ public class FlaskConnexionCodegen extends DefaultCodegen implements CodegenConf
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -215,7 +215,7 @@ public class GoServerCodegen extends DefaultCodegen implements CodegenConfig {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -159,7 +159,7 @@ public class HaskellServantCodegen extends DefaultCodegen implements CodegenConf
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -115,7 +115,7 @@ public class JMeterCodegen extends DefaultCodegen implements CodegenConfig {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -118,7 +118,7 @@ public class PistacheServerCodegen extends AbstractCppCodegen {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle
* escaping those terms here. This logic is only called if a variable
* matches the reseved words
* matches the reserved words
*
* @return the escaped term
*/

View File

@@ -221,7 +221,7 @@ public class Qt5CPPGenerator extends AbstractCppCodegen implements CodegenConfig
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/

View File

@@ -160,7 +160,7 @@ public class RestbedCodegen extends AbstractCppCodegen {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle
* escaping those terms here. This logic is only called if a variable
* matches the reseved words
* matches the reserved words
*
* @return the escaped term
*/

View File

@@ -269,7 +269,7 @@ public class RustServerCodegen extends DefaultCodegen implements CodegenConfig {
/**
* Escapes a reserved word as defined in the `reservedWords` array. Handle escaping
* those terms here. This logic is only called if a variable matches the reseved words
* those terms here. This logic is only called if a variable matches the reserved words
*
* @return the escaped term
*/