Skip to content

Commit c816df5

Browse files
committed
spelling: separate
Signed-off-by: Josh Soref <[email protected]>
1 parent bb8674d commit c816df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/refactoring/ConvertAsync/convert_bool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func testConvertBool() async throws {
320320

321321
// Don't handle the case where multiple flag checks are done in a single
322322
// condition, because it's not exactly clear what the user is doing. It's a
323-
// little unfortunate that we'll allow multiple flag checks in seperate
323+
// little unfortunate that we'll allow multiple flag checks in separate
324324
// conditions, but both of these cases seem somewhat uncommon, and there's no
325325
// real way to completely enforce a single flag param across e.g multiple calls
326326
// to the same function, so this is probably okay for now.

0 commit comments

Comments
 (0)