Fix typo in exclude file name
R=agable@chromium.org
BUG=
Change-Id: I744627d99454ddc71184b9251cf8a4a309f31b71
Reviewed-on: https://chromium-review.googlesource.com/437663
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
diff --git a/git_common.py b/git_common.py
index ca700eb..b1e4af8 100644
--- a/git_common.py
+++ b/git_common.py
@@ -424,7 +424,7 @@
depot_tools from freezing your in-progress changes.
You should add untracked data that you want to ignore to your repo's
- .git/info/excludes
+ .git/info/exclude
file. See `git help ignore` for the format of this file.
If this data is indended as part of your commit, you may adjust the