summaryrefslogtreecommitdiff
path: root/cpp/src/slice2swift/SwiftUtil.cpp
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2023-12-06 11:35:59 -0500
committerGitHub <noreply@github.com>2023-12-06 11:35:59 -0500
commite14afea88e4b3b65d29a64faa0f088cb986a9258 (patch)
treea3f6e11fab21a5105f40682d8fedeff25500a1a2 /cpp/src/slice2swift/SwiftUtil.cpp
parentFixed typo in _makeLambdaOutgoing name (diff)
downloadice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.bz2
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.xz
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.zip
Fixed typos. (#1580)
Diffstat (limited to 'cpp/src/slice2swift/SwiftUtil.cpp')
-rw-r--r--cpp/src/slice2swift/SwiftUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/SwiftUtil.cpp b/cpp/src/slice2swift/SwiftUtil.cpp
index 583b37a8671..33f75b7d3e5 100644
--- a/cpp/src/slice2swift/SwiftUtil.cpp
+++ b/cpp/src/slice2swift/SwiftUtil.cpp
@@ -1120,7 +1120,7 @@ SwiftGenerator::typeToString(const TypePtr& type,
string t = "";
//
- // The current module were the type is being used
+ // The current module where the type is being used
//
string currentModule = getSwiftModule(getTopLevelModule(toplevel));
BuiltinPtr builtin = BuiltinPtr::dynamicCast(type);