From 6b887fdf26beee6039e7017f60c1859c22fced00 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 5 Mar 2020 18:56:31 +0300 Subject: Fix typo in .gitattributes comment --- bdep/new.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/new.cxx') 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 -- cgit v1.1