Skip to content

Commit 887c721

Browse files
damienfrancoisvsoch
authored andcommitted
Fix minor typo in user doc (#79)
1 parent fd60dfe commit 887c721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/user-docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ When executing container commands, the Singularity process flow can be generaliz
140140
11. Bind mount points are setup
141141
12. The namespace `CLONE_FS` is used to virtualize a new root file system
142142
13. Singularity calls `execvp()` and Singularity process itself is replaced by the process inside the container
143-
14. When the process inside the container exists, all namespaces collapse with that process, leaving a clean system
143+
14. When the process inside the container exits, all namespaces collapse with that process, leaving a clean system
144144

145145
All of the above steps take approximately 15-25 thousandths of a second to run, which is fast enough to seem instantaneous.
146146

0 commit comments

Comments
 (0)