aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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.