From 53de1bdad7226a4e7736c76f237f6c564067a5a6 Mon Sep 17 00:00:00 2001 From: "Tom G. Huang" Date: Mon, 1 Apr 2019 15:11:47 -0700 Subject: [PATCH] fix: Space typo --- src/arg_hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arg_hashtable.c b/src/arg_hashtable.c index 3f2c1f9..3f12ad0 100644 --- a/src/arg_hashtable.c +++ b/src/arg_hashtable.c @@ -41,7 +41,7 @@ /* * This hash table module is adapted from the C hash table implementation by - * Christopher Clark. Here is the copyright notice from the library: + * Christopher Clark. Here is the copyright notice from the library: * * Copyright (c) 2002, Christopher Clark * All rights reserved.