Skip to content

Commit

Permalink
[docs] Fix typo in objects/process.md
Browse files Browse the repository at this point in the history
Change-Id: I0c1587fe3d3a611b8366968c6d1bfb5fe43c247b
  • Loading branch information
Gabriel Schine committed Jun 20, 2017
1 parent 0b99661 commit fa315cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/objects/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In general, it is associated with code which it is executing until it is
forcefully terminated or the program exits.

Processes are owned by [jobs](job.md) and allow an application that is
composed by more than one process to be threated as a single entity, from the
composed by more than one process to be treated as a single entity, from the
perspective of resource and permission limits, as well as lifetime control.

### Lifetime
Expand Down

0 comments on commit fa315cb

Please sign in to comment.