summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube <straubem@gmx.de>2018-06-13 16:49:27 +0200
committerAllan McRae <allan@archlinux.org>2018-06-18 08:28:04 +0200
commit72263e22bdf2f33b2038f902612ac6a98954d254 (patch)
treeaa4c0d4ec592fc968b8984fe181a834b59e5db30
parenta92a36070ad520afe45cb6dacf1de2f0caac612d (diff)
downloadpacman-72263e22bdf2f33b2038f902612ac6a98954d254.tar.gz
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>
-rw-r--r--lib/libalpm/dload.c2
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>