libcasper: Fix a typo in a source code comment

- s/mutiple/multiple/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-11-23 09:58:15 +01:00
parent 4e36d081f3
commit 637e4ef1a6

View file

@ -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.
*/