aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-03-09 20:12:53 +0100
committerJonas Maier <jonas@x77.dev>2026-03-09 20:12:53 +0100
commit13516f11b836e89808cf2ebb71f610f02188961c (patch)
treeef8cccc72021f98641a28554e98aac9bf9a66cb2 /src
parent2f4558aa3df29d5cd1dfa72ff4278e1fe6fc1576 (diff)
downloadpish-13516f11b836e89808cf2ebb71f610f02188961c.tar.gz
typo
Diffstat (limited to 'src')
-rw-r--r--src/export_fun.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export_fun.rs b/src/export_fun.rs
index 9c2ab4a..0e0f33a 100644
--- a/src/export_fun.rs
+++ b/src/export_fun.rs
@@ -102,7 +102,7 @@ fn handle_server(session: Arc<Mutex<Session>>, mut stream: UnixStream) -> io::Re
}
fn handle_client(mut stream: UnixStream) -> io::Result<()> {
- // give up all my file descriptors descriptors
+ // give up all my file descriptors
let mut ancillary_buffer = [0; 128];
let mut ancillary = SocketAncillary::new(&mut ancillary_buffer[..]);
ancillary.add_fds(&[0, 1, 2]);