Skip to content

Commit 71f75f7

Browse files
committed
spelling: version
Signed-off-by: Josh Soref <[email protected]>
1 parent 1211ccc commit 71f75f7

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
@@ -119,8 +119,8 @@ bool CodeCompletionDiagnostics::getDiagnosticForDeprecated(
119119
// '100000' is used as a version number in API that will be deprecated in an
120120
// upcoming release. This number is to match the 'API_TO_BE_DEPRECATED'
121121
// macro defined in Darwin platforms.
122-
static llvm::VersionTuple DISTANT_FUTURE_VESION(100000);
123-
bool isDistantFuture = DeprecatedVersion >= DISTANT_FUTURE_VESION;
122+
static llvm::VersionTuple DISTANT_FUTURE_VERSION(100000);
123+
bool isDistantFuture = DeprecatedVersion >= DISTANT_FUTURE_VERSION;
124124

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

0 commit comments

Comments
 (0)