diff options
author | Michael Straube <straubem@gmx.de> | 2018-06-13 16:49:27 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-06-18 16:28:04 +1000 |
commit | 72263e22bdf2f33b2038f902612ac6a98954d254 (patch) | |
tree | aa4c0d4ec592fc968b8984fe181a834b59e5db30 /lib | |
parent | a92a36070ad520afe45cb6dacf1de2f0caac612d (diff) | |
download | pacman-72263e22bdf2f33b2038f902612ac6a98954d254.tar.xz |
libalpm/dload.c: fix filename in license header
The filename in the license header did not match the actual filename
as in the other files. Hopefully this is not too nit-picky.
Signed-off-by: Michael Straube <straubem@gmx.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/dload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index eeef32f5..cd3e4733 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -1,5 +1,5 @@ /* - * download.c + * dload.c * * Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org> * Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> |