Fix typos

Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
Reviewed-on: https://gerrit.libreoffice.org/21797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Andrea Gelmini
2016-02-02 19:47:20 +01:00
committed by jan iversen
parent 7f5de2436a
commit 534b2a4b58
156 changed files with 222 additions and 222 deletions

View File

@@ -261,7 +261,7 @@ bool UnusedMethods::VisitCallExpr(CallExpr* expr)
}
/*
expr->dump();
throw "Cant touch this";
throw "Can't touch this";
*/
return true;
}