Skip to content

Commit 78f03e9

Browse files
satraeffigies
andauthored
Update nipype/utils/filemanip.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent ead9032 commit 78f03e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def loadpkl(infile):
732732
sleep(2)
733733
if timed_out:
734734
error_message = (
735-
"Ressult file {0} expected, but "
735+
"Result file {0} expected, but "
736736
"does not exist after ({1}) "
737737
"seconds.".format(infile, timeout)
738738
)

0 commit comments

Comments
 (0)