summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-06-18 13:54:25 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-06-18 13:54:25 +0100
commit7bf675702faf95c05e3a0b7c41640525193f90d8 (patch)
tree3db83710f612df083df07868b68463425d072e2d
parent4636d02eb519e38852729857c97f40b1a8d7fb5c (diff)
all: Fix various typos and incorrect terminology
Done using: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './help/*/*.po' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` and then some manual checking and editing. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--clang-plugin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-plugin/plugin.cpp b/clang-plugin/plugin.cpp
index a2db3d0..8a9ced1 100644
--- a/clang-plugin/plugin.cpp
+++ b/clang-plugin/plugin.cpp
@@ -55,7 +55,7 @@ std::shared_ptr<GirManager> global_gir_manager =
*/
class TartanAction : public PluginASTAction {
private:
- /* Enabling/Disabling checkers is implemented as a blacklist: all
+ /* Enabling/Disabling checkers is implemented as a blocklist: all
* checkers are enabled by default, unless a --disable-checker argument
* specifically disables them (by listing their name in this set). */
std::shared_ptr<std::unordered_set<std::string>> _disabled_checkers =