| Index: client/utils/file_path.py
|
| diff --git a/client/utils/file_path.py b/client/utils/file_path.py
|
| index 16787f4ded39a8c88a44f1d1b813062c92cc284b..0eaafe81ccd9e72e56035333149b7e78635f077b 100644
|
| --- a/client/utils/file_path.py
|
| +++ b/client/utils/file_path.py
|
| @@ -746,7 +746,7 @@ def link_file(outfile, infile, action):
|
| """Links a file. The type of link depends on |action|.
|
|
|
| Returns:
|
| - True if the action was caried on, False if fallback was used.
|
| + True if the action was carried on, False if fallback was used.
|
| """
|
| if action not in (HARDLINK, HARDLINK_WITH_FALLBACK, SYMLINK, COPY):
|
| raise ValueError('Unknown mapping action %s' % action)
|
|
|