aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:38:23 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:38:23 +0100
commit16a36ccc85c0d8d8bf838d9bf5879a854503a3ec (patch)
treebefb2bc21f2ff911802bae4e9b40f0b17d2ef6ec /Makefile
parentmisc + update e-mail (diff)
downloadmds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.gz
mds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.bz2
mds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.xz
fix typoesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a076905..139f250 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,10 @@ LIBMDSCLIENT_VERSION = $(LIBMDSCLIENT_MAJOR).$(LIBMDSCLIENT_MINOR)
# Splits of the info manual.
INFOPARTS = 1 2 3
-# Object files for the server libary.
+# Object files for the server library.
SERVEROBJ = linked-list client-list hash-table fd-table mds-message util
-# Object files for the client libary.
+# Object files for the client library.
CLIENTOBJ = proto-util comm address inbound
# Servers and utilities.