diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-23 16:21:53 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-23 16:21:53 +0000 |
| commit | f3b39a27a63205edaccdb1dcaf3046c0ba4d9be9 (patch) | |
| tree | 60ef11ed0b2e1a009b6a7dfca042d597baf43add | |
| parent | a31187dbea6094442cab0169363aaae122dbc95f (diff) | |
| download | busybox-f3b39a27a63205edaccdb1dcaf3046c0ba4d9be9.tar.gz | |
- fix typo (thanks to Peter Kjellerstedt for noticing)
| -rw-r--r-- | libbb/parse_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/parse_config.c b/libbb/parse_config.c index 2795665a9..74f0524e5 100644 --- a/libbb/parse_config.c +++ b/libbb/parse_config.c @@ -5,7 +5,7 @@ * Copyright (C) 2008 by Vladimir Dronnikov <dronnikov@gmail.com> * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. - * Also for use in uClibc (http://uclibc.org/) licensed under LGLPv2.1 or later. + * Also for use in uClibc (http://uclibc.org/) licensed under LGPLv2.1 or later. */ #include "libbb.h" |
