From 19fbff329e0dda184f5327a8e7781e3d7f8ff9c3 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Sat, 24 Mar 2018 14:10:54 +0100 Subject: [PATCH] Fix minor typo in xapi.js --- lib/xapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xapi.js b/lib/xapi.js index 032fde41b0..66d952010a 100644 --- a/lib/xapi.js +++ b/lib/xapi.js @@ -148,7 +148,7 @@ class Xapi { stat.apis += resources[j]['routes'].length - // iterate over rach routes in resource and map function + // iterate over each routes in resource and map function for (var i = 0; i < routes.length; ++i) { switch (routes[i]['routeType']) {