From 715fdcffbf97fce9613b50e11c9ab5d54acb9850 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 26 Jul 2017 00:05:11 -0400 Subject: [PATCH] spelling: resources --- src/location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location.h b/src/location.h index 25a9aa49..106048dd 100644 --- a/src/location.h +++ b/src/location.h @@ -107,7 +107,7 @@ void location_compute (location *loc, Warning: uses quotearg's slot 3. */ unsigned location_print (location loc, FILE *out); -/* Free any allocated ressources and close any open file handles that are +/* Free any allocated resources and close any open file handles that are left-over by the usage of location_caret. */ void cleanup_caret (void);