diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-09 01:26:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-09 01:26:38 +0000 |
commit | 8cd6a1f9a245b700e899d0652ce430c9d34b7d96 (patch) | |
tree | 71ac2b50712bd56e11d3c74853e1dad737f78353 | |
parent | 48091fb3d3e5ec35506ef434bf8712bb5696c3fc (diff) | |
download | busybox-w32-8cd6a1f9a245b700e899d0652ce430c9d34b7d96.tar.gz busybox-w32-8cd6a1f9a245b700e899d0652ce430c9d34b7d96.tar.bz2 busybox-w32-8cd6a1f9a245b700e899d0652ce430c9d34b7d96.zip |
Fixed spelling error
-Erik
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ | |||
8 | * init will now try to run /sbin/getty if it is present (for easy | 8 | * init will now try to run /sbin/getty if it is present (for easy |
9 | integration with the about-to-be-released tinylogin.) | 9 | integration with the about-to-be-released tinylogin.) |
10 | * kill now behaves itself properly, added 'kill -l' to list signals | 10 | * kill now behaves itself properly, added 'kill -l' to list signals |
11 | * Began to add tail, butit doesn't work yet. | 11 | * Began to add tail, but it doesn't work yet. |
12 | * my_getid was leaking file descriptors, causing 'ls -l' on long | 12 | * my_getid was leaking file descriptors, causing 'ls -l' on long |
13 | directories to fail | 13 | directories to fail |
14 | 14 | ||