[libIDE] Correct a typo found by Nicole. NFC

This commit is contained in:
Xi Ge
2016-07-20 15:07:47 -07:00
parent c2e3369968
commit 7420e87310

View File

@@ -52,7 +52,7 @@ bool printTypeInterface(ModuleDecl *M, Type Ty, ASTPrinter &Printer,
std::string &TypeName, std::string &Error);
bool printTypeInterface(ModuleDecl *M, StringRef TypeUSR, ASTPrinter &Printer,
std::string &TyepName, std::string &Error);
std::string &TypeName, std::string &Error);
void printModuleInterface(ModuleDecl *M, Optional<StringRef> Group,
ModuleTraversalOptions TraversalOptions,