From: Bernhard Reutner-Fischer Date: Mon, 23 Feb 2009 16:21:53 +0000 (-0000) Subject: - fix typo (thanks to Peter Kjellerstedt for noticing) X-Git-Tag: 1_14_0~310 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3b39a27a63205edaccdb1dcaf3046c0ba4d9be9;p=oweals%2Fbusybox.git - fix typo (thanks to Peter Kjellerstedt for noticing) --- 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 * * 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"