mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libcasper: Fix a typo in a source code comment
- s/mutiple/multiple/ (cherry picked from commit 637e4ef1a6bcd8677dabd8c08916df3091be5f64)
This commit is contained in:
parent
aaa3d65392
commit
14dcb4cfe4
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
* The problem is that we may restrict/sandbox service instance according
|
||||
* to the limits provided. When new connection comes in with different
|
||||
* limits we won't be able to access requested resources.
|
||||
* Not to mention one process will serve to mutiple mutually untrusted
|
||||
* Not to mention one process will serve to multiple mutually untrusted
|
||||
* clients and compromise of this service instance by one of its clients
|
||||
* can lead to compromise of the other clients.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue