summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/PythonUtil.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2018-02-01 10:42:02 -0800
committerMark Spruiell <mes@zeroc.com>2018-02-01 10:42:02 -0800
commita34dfc0906d5e3b09b5dc333e1e1d373b850a314 (patch)
treec63751eb56112774df48956c08c7d7eac40e7f12 /cpp/src/Slice/PythonUtil.h
parentAdded ice_fixed to generated Java proxy class, added test to check proxy retu... (diff)
downloadice-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.h2
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&);