Skip to content

Commit

Permalink
[gardening] Fix recently introduced typo: "propogated" → "propagated"
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed May 8, 2016
1 parent bc66b19 commit 9677235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int handleTestInvocation(ArrayRef<const char *> Args,
switch (Opts.Request) {
case SourceKitRequest::None:
llvm::errs() << "request is not set\n";
// FIXME: This non-zero return value is not propogated as an exit code.
// FIXME: This non-zero return value is not propagated as an exit code.
// In other words, despite returning 1 here, the program still exits
// with a zero (successful) exit code.
return 1;
Expand Down

0 comments on commit 9677235

Please sign in to comment.