summaryrefslogtreecommitdiffstats
path: root/build/compile_commands.py
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-26 07:49:17 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-26 07:49:17 -0400
commitc6e9e822ecea32357764aa1b1bade8cb243d7639 (patch)
tree93694c20d98ab079e791119db56c2d8cd759cd03 /build/compile_commands.py
parent64a1f3f1507d7fe762fc099979228e86e7d2140b (diff)
Fix misc. typos and whitespace
Found via `codespell`
Diffstat (limited to 'build/compile_commands.py')
-rw-r--r--build/compile_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/compile_commands.py b/build/compile_commands.py
index 161ac6061e..2c8532ba76 100644
--- a/build/compile_commands.py
+++ b/build/compile_commands.py
@@ -49,7 +49,7 @@ class __CompilationDbNode(SCons.Node.Python.Value):
def changed_since_last_build_node(node, target, prev_ni):
- """ Dummy decider to force alwasy building"""
+ """ Dummy decider to force always building"""
return True