Skip to content

Commit aa39c6d

Browse files
authored
typo
1 parent afd3527 commit aa39c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
RunShellCmdResult.__doc__ = """A namedtuple that represents the result of a call to run_shell_cmd,
9191
with the following fields:
9292
- cmd: the command that was executed;
93-
- exit_code: the exit code of the command (zero if it was succesful, non-zero if not);
93+
- exit_code: the exit code of the command (zero if it was successful, non-zero if not);
9494
- output: output of the command (stdout+stderr combined, only stdout if stderr was caught separately);
9595
- stderr: stderr output produced by the command, if caught separately (None otherwise);
9696
- work_dir: the working directory of the command;

0 commit comments

Comments
 (0)