diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-09 12:53:24 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-09 12:53:24 +0000 |
commit | fb915d6562a86985cae9f146ceec1f954d8384c4 (patch) | |
tree | 3ee42259a9973efd4d1a4b77d4122a64965c489e /lib/element.c | |
parent | de7ad789a75790fef8bae817b420742467f85c22 (diff) | |
download | libtasn1-fb915d6562a86985cae9f146ceec1f954d8384c4.tar.gz libtasn1-fb915d6562a86985cae9f146ceec1f954d8384c4.tar.bz2 libtasn1-fb915d6562a86985cae9f146ceec1f954d8384c4.zip |
Fix typos.
Diffstat (limited to 'lib/element.c')
-rw-r--r-- | lib/element.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/element.c b/lib/element.c index 829a1f4..644254c 100644 --- a/lib/element.c +++ b/lib/element.c @@ -2,21 +2,22 @@ * Copyright (C) 2004, 2006 Free Software Foundation * Copyright (C) 2000, 2001, 2002, 2003 Fabio Fiorina * - * This file is part of LIBASN1. + * This file is part of LIBTASN1. * - * The LIBTASN1 library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public + * The LIBTASN1 library is free software; you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ /*****************************************************/ |