Index: native_client_sdk/src/build_tools/make_simple.py |
diff --git a/native_client_sdk/src/build_tools/make_simple.py b/native_client_sdk/src/build_tools/make_simple.py |
index e43d14ba0ee16f795a0a3ebf1a5c34903ef7b2d8..fecf48091151d25d0786a01f1f498af7eeac97da 100644 |
--- a/native_client_sdk/src/build_tools/make_simple.py |
+++ b/native_client_sdk/src/build_tools/make_simple.py |
@@ -294,7 +294,7 @@ def GenerateOutput(target_list, target_dicts, data, params): |
WriteTarget(makefile, target_info) |
makefile.write(''' |
-# include (if they exists) the .d dependancy files that the compiler generates |
+# include (if they exists) the .d dependency files that the compiler generates |
-include $(DEPFILES) |
endif |