aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-05 18:56:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-05 18:56:31 +0300
commit6b887fdf26beee6039e7017f60c1859c22fced00 (patch)
treeeb2f47839bb5d90ffc18466d25cabcf7622fc71b
parent508f6c0604f9379bb544bc7ad5170ad1c5a75e82 (diff)
Fix typo in .gitattributes comment
-rw-r--r--.gitattributes2
-rw-r--r--bdep/new.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 9fce1b0..1631641 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -10,7 +10,7 @@
#*.bat text eol=crlf
# Use `eol=lf` for files that should have the LF line ending both in the
-# working tree (even on Windows) in the repository.
+# working tree (even on Windows) and in the repository.
#
#*.sh text eol=lf
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 1ad5300..0949b1e 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -927,7 +927,7 @@ namespace bdep
<< "# converted to the platform-native line ending (LF on Unix, CRLF on Windows)" << endl
<< "# in the working tree and to LF in the repository." << endl
<< "#" << endl
- << "* text=auto"<< endl
+ << "* text=auto" << endl
<< endl
<< "# Use `eol=crlf` for files that should have the CRLF line ending both in the" << endl
<< "# working tree (even on Unix) and in the repository." << endl
@@ -935,7 +935,7 @@ namespace bdep
<< "#*.bat text eol=crlf" << endl
<< endl
<< "# Use `eol=lf` for files that should have the LF line ending both in the" << endl
- << "# working tree (even on Windows) in the repository." << endl
+ << "# working tree (even on Windows) and in the repository." << endl
<< "#" << endl
<< "#*.sh text eol=lf" << endl
<< endl