Skip to content

Commit bfd8465

Browse files
committed
spelling: version
Signed-off-by: Josh Soref <[email protected]>
1 parent fa8e785 commit bfd8465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/IDE/CodeCompletionDiagnostics.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ bool CodeCompletionDiagnostics::getDiagnosticForDeprecated(
120120
// '100000' is used as a version number in API that will be deprecated in an
121121
// upcoming release. This number is to match the 'API_TO_BE_DEPRECATED'
122122
// macro defined in Darwin platforms.
123-
static llvm::VersionTuple DISTANT_FUTURE_VESION(100000);
124-
bool isDistantFuture = DeprecatedVersion >= DISTANT_FUTURE_VESION;
123+
static llvm::VersionTuple DISTANT_FUTURE_VERSION(100000);
124+
bool isDistantFuture = DeprecatedVersion >= DISTANT_FUTURE_VERSION;
125125

126126
if (Attr->Message.empty() && Attr->Rename.empty()) {
127127
getDiagnostics(severity, Out, diag::ide_availability_softdeprecated,

0 commit comments

Comments
 (0)