Skip to content

Commit

Permalink
Merge pull request #519 from jcea/master
Browse files Browse the repository at this point in the history
Trivial typo
  • Loading branch information
xrmx authored Mar 19, 2023
2 parents 33ba61d + 9a67d95 commit 24ec945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ForkptyRouter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Forkpty Router
Dealing with containers is now a common deployment pattern. One of the most annoying tasks when dealing with jails/namespaces
is 'attaching' to already running instances.

The forkpty router aims at simplifyng the process giving a pseudoterminal server to your uWSGI instances.
The forkpty router aims at simplifying the process giving a pseudoterminal server to your uWSGI instances.

A client connect to the socket exposed by the forkpty router and get a new pseudoterminal connected to a process (generally a shell, but can be whatever you want)

Expand Down

0 comments on commit 24ec945

Please sign in to comment.