From 36f0bf6c14fbecccf24b11af1466355d93314702 Mon Sep 17 00:00:00 2001 From: ziirish Date: Thu, 4 Jun 2015 18:53:04 +0200 Subject: [PATCH] typo --- burpui/templates/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burpui/templates/js/settings.js b/burpui/templates/js/settings.js index 90d3359d..3c6f49ff 100644 --- a/burpui/templates/js/settings.js +++ b/burpui/templates/js/settings.js @@ -152,7 +152,7 @@ app.controller('ConfigCtrl', function($scope, $http) { return; } }); - /* The below forEach is a function, as we cannot exit two levels at once + /* The above forEach is a function, as we cannot exit two levels at once * we need this check & return */ if (!sbm) { return;