diff options
author | https://launchpad.net/~arand <arand@web> | 2013-03-12 19:42:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-12 19:42:26 +0000 |
commit | 49b83c0885f9367f6cb5a885eca2609fc488a1e3 (patch) | |
tree | 893a306ec780991ed80493a43c67468f9bae1af8 /doc | |
parent | d5d7f2df751e8214350dcf1e18074ec3dd3ce359 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt b/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt new file mode 100644 index 000000000..86e0eb22e --- /dev/null +++ b/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt @@ -0,0 +1,24 @@ +From d9fcc1fd0ebce667677679fd7e36ca3815290f2c Mon Sep 17 00:00:00 2001 +From: Martin Erik Werner <martinerikwerner@gmail.com> +Date: Tue, 12 Mar 2013 20:37:52 +0100 +Subject: [PATCH] manpage: typo fix, specific->specify + +--- + doc/git-annex.mdwn | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn +index 8013c37..80002b4 100644 +--- a/doc/git-annex.mdwn ++++ b/doc/git-annex.mdwn +@@ -155,7 +155,7 @@ subdirectories). + To avoid immediately downloading the url, specify --fast. + + To avoid storing the size of the url's content, and accept whatever +- is there at a future point, specific --relaxed. (Implies --fast.) ++ is there at a future point, specify --relaxed. (Implies --fast.) + + Normally the filename is based on the full url, so will look like + "www.example.com_dir_subdir_bigfile". For a shorter filename, specify +-- +1.7.10.4 |