aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty/unix.rs
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2024-05-24 13:32:11 -0400
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commite7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2 (patch)
tree7edb2e326a60d488529e3fb14833d80dc0260151 /alacritty_terminal/src/tty/unix.rs
parent55f037d96230d4aa3ee8e85be7b22a2bbbfff216 (diff)
downloadr-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.tar.gz
r-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.tar.bz2
r-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.zip
Fix spelling errors
Diffstat (limited to 'alacritty_terminal/src/tty/unix.rs')
-rw-r--r--alacritty_terminal/src/tty/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/tty/unix.rs b/alacritty_terminal/src/tty/unix.rs
index 8f335500..8084a753 100644
--- a/alacritty_terminal/src/tty/unix.rs
+++ b/alacritty_terminal/src/tty/unix.rs
@@ -124,7 +124,7 @@ struct ShellUser {
impl ShellUser {
/// look for shell, username, longname, and home dir in the respective environment variables
- /// before falling back on looking in to `passwd`.
+ /// before falling back on looking into `passwd`.
fn from_env() -> Result<Self> {
let mut buf = [0; 1024];
let pw = get_pw_entry(&mut buf);