diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2008-01-25 12:33:33 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2008-01-25 12:33:33 +0000 |
commit | 32fe27f2aa058b0b14277d4bc568cf086cf16388 (patch) | |
tree | b46cd4b2311e826d720473628b5ac426d47ff4a9 | |
parent | 76a2e464fb53cbb4f1745a4281b185e550b4589a (diff) | |
download | toybox-32fe27f2aa058b0b14277d4bc568cf086cf16388.tar.gz |
Fix copyright name
-rw-r--r-- | toys/dirname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/dirname.c b/toys/dirname.c index 7300c7af..759cee7f 100644 --- a/toys/dirname.c +++ b/toys/dirname.c @@ -2,7 +2,7 @@ * * dirname.c - print directory portion of path, or "." if none. * - * Copyright 2007 Charlie Shephard <masterdriverz@gentoo.org> + * Copyright 2007 Charlie Shepherd <masterdriverz@gentoo.org> * * See http://www.opengroup.org/onlinepubs/009695399/utilities/dirname.html |