From e6ff946a5ff7583c5618caec9ccee40f15c9761c Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sat, 23 Apr 2016 10:25:52 -0500 Subject: [PATCH] DOC: Fix spelling s/condision/condition/g --- doc/users/config_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/config_file.rst b/doc/users/config_file.rst index 1f37dbe047..727c73f4cd 100644 --- a/doc/users/config_file.rst +++ b/doc/users/config_file.rst @@ -88,7 +88,7 @@ Execution When the DataSink is used to produce an orginized output file outside of nipypes internal cache structure, a file system hard link will be attempted first. A hard link allow multiple file paths to point to the - same physical storage location on disk if the condisions allow. By + same physical storage location on disk if the conditions allow. By refering to the same physical file on disk (instead of copying files byte-by-byte) we can avoid unnecessary data duplication. If hard links are not supported for the source or destination paths specified, then