]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Merge pull request #3089 from Rachid-Koucha/patch-2
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 11 Jul 2019 07:57:34 +0000 (09:57 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2019 07:57:34 +0000 (09:57 +0200)
Typo fix

src/lxc/terminal.c

index 4ea0c5dc3c551d42a9593053445e397a20c31a2c..578de68aa8710a4bf701c9ba00117189d621d846 100644 (file)
@@ -451,7 +451,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios)
        struct termios newtios;
 
        if (!isatty(fd)) {
-               ERROR("File descriptor %d does not refert to a terminal", fd);
+               ERROR("File descriptor %d does not refer to a terminal", fd);
                return -1;
        }