From f08370677bf54c076c45642e185725cd78cbd672 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 7 Apr 2013 13:54:14 -0700 Subject: [PATCH] spelling fix --- lib/multi_caching.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/multi_caching.js b/lib/multi_caching.js index 138d29e..745ed9b 100644 --- a/lib/multi_caching.js +++ b/lib/multi_caching.js @@ -1,7 +1,7 @@ var async = require('async'); /** - * Module that lets you specify a hiearchy of caches. + * Module that lets you specify a hierarchy of caches. */ var multi_caching = function (caches) { var self = {};