aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-29 10:46:01 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-10-29 10:46:01 +0100
commite6b9e97e92c4ac2044c0ba3aa469274eff695b1d (patch)
tree87f977bc2be9cb15dfdecc989af0ec0605dd7088 /config.def.h
parentd79189f02d2cf5024e728ae9167b01209e700fdf (diff)
downloadpacredir-e6b9e97e92c4ac2044c0ba3aa469274eff695b1d.tar.gz
pacredir-e6b9e97e92c4ac2044c0ba3aa469274eff695b1d.tar.zst
rename the project to paccache
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 68405cb..9d2cc6e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -24,7 +24,7 @@
#define PAGE404 "<html><head><title>404 Not Found</title>" \
"</head><body>404 Not Found: %s</body></html>"
-/* the port pacredir, pacserve and pacdbserve listen to */
+/* the ports pacredir, pacserve and pacdbserve listen to */
#define PORT_PACREDIR 7077
#define PORT_PACSERVE 7078
#define PORT_PACDBSERVE 7079