diff options
author | Tom Wieczorek <t.wieczorek@yieldlab.de> | 2020-09-30 17:43:16 +0200 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | 2020-09-30 10:20:19 -0700 |
commit | b1a5cd6542f4591563d39ed2021be9fc4690528f (patch) | |
tree | e092d2139105226fc793f604b4464be2b6c9ae28 /compiler | |
parent | 077b5fce825e79d84592fff893639b92b637eec7 (diff) | |
download | thrift-b1a5cd6542f4591563d39ed2021be9fc4690528f.tar.gz |
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/cpp/src/thrift/generate/t_java_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/src/thrift/generate/t_java_generator.cc b/compiler/cpp/src/thrift/generate/t_java_generator.cc index ef35f768d..ceabe6687 100644 --- a/compiler/cpp/src/thrift/generate/t_java_generator.cc +++ b/compiler/cpp/src/thrift/generate/t_java_generator.cc @@ -5444,7 +5444,7 @@ THRIFT_REGISTER_GENERATOR( "above).\n" " option_type: Wrap optional fields in an Option type.\n" " rethrow_unhandled_exceptions:\n" - " Enable rethrow of unhandled exceptions and let them propagate futher." + " Enable rethrow of unhandled exceptions and let them propagate further." " (Default behavior is to catch and log it.)\n" " java5: Generate Java 1.5 compliant code (includes android_legacy flag).\n" " reuse-objects: Data objects will not be allocated, but existing instances will be used " |