diff options
author | Mark Spruiell <mes@zeroc.com> | 2018-02-01 10:42:02 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2018-02-01 10:42:02 -0800 |
commit | a34dfc0906d5e3b09b5dc333e1e1d373b850a314 (patch) | |
tree | c63751eb56112774df48956c08c7d7eac40e7f12 /cpp/src/Slice/PythonUtil.h | |
parent | Added ice_fixed to generated Java proxy class, added test to check proxy retu... (diff) | |
download | ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.tar.bz2 ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.tar.xz ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.zip |
ICE-8544 - Updates to packaging metadata
Diffstat (limited to 'cpp/src/Slice/PythonUtil.h')
-rw-r--r-- | cpp/src/Slice/PythonUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.h b/cpp/src/Slice/PythonUtil.h index d0967fce529..6f29643be36 100644 --- a/cpp/src/Slice/PythonUtil.h +++ b/cpp/src/Slice/PythonUtil.h @@ -46,7 +46,7 @@ std::string scopedToName(const std::string&); std::string fixIdent(const std::string&); // -// Return the package specified in the global metadata for the given definition, +// Return the package specified by metadata for the given definition, // or an empty string if no metadata was found. // std::string getPackageMetadata(const Slice::ContainedPtr&); |