diff options
Diffstat (limited to 'cpp/src/Slice/Python.cpp')
-rw-r--r-- | cpp/src/Slice/Python.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Python.cpp b/cpp/src/Slice/Python.cpp index 7f9abaccc3f..524c9831d0d 100644 --- a/cpp/src/Slice/Python.cpp +++ b/cpp/src/Slice/Python.cpp @@ -685,7 +685,7 @@ Slice::Python::compile(const vector<string>& argv) } // - // Check if the file contains the python:pkgdir global metadata. + // Check if the file contains the python:pkgdir file metadata. // const string pkgdir = getPackageDirectory(icecpp->getFileName(), u); |