From e14afea88e4b3b65d29a64faa0f088cb986a9258 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Wed, 6 Dec 2023 11:35:59 -0500 Subject: Fixed typos. (#1580) --- cpp/src/slice2swift/SwiftUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2swift/SwiftUtil.cpp') 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); -- cgit v1.2.3