doc: typo fix

This commit is contained in:
Tshepang Lekhonkhobe
2015-02-01 06:27:51 +02:00
parent 4621e12a12
commit 587775d2de
+1 -1
View File
@@ -9,7 +9,7 @@
//! *effective user ID* that says which user's permissions it is using.
//! Furthermore, users can be the members of *groups*, which also have names
//! and IDs. This functionality is exposed in libc, the C standard library,
//! but as this an unsafe Rust interface. This wrapper library provides a safe
//! but this an unsafe Rust interface. This wrapper library provides a safe
//! interface, using User and Group objects instead of low-level pointers and
//! strings. It also offers basic caching functionality.
//!