Most stats files are called stats_descriptions.cfg
diff --git a/src/couch_stats_aggregator.erl b/src/couch_stats_aggregator.erl
index 6b7fda8..456af76 100644
--- a/src/couch_stats_aggregator.erl
+++ b/src/couch_stats_aggregator.erl
@@ -119,7 +119,7 @@
         {error, _Error} ->
             error;
         Dir ->
-            case file:consult(Dir ++ "/stat_descriptions.cfg") of
+            case file:consult(Dir ++ "/stats_descriptions.cfg") of
                 {ok, Descriptions} ->
                     Descriptions;
                 {error, _Error} ->