diff --git a/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js b/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js index 9eab8f108a..a5c4adc03d 100644 --- a/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js +++ b/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js @@ -575,7 +575,7 @@ magicSearchQuery: ["New"] }; scope.$broadcast('initSearch', data); - // facetChoices is initialized on initSeach. Look for that init + // facetChoices is initialized on initSearch. Look for that init // as proof the method was called expect(ctrl.facetChoices).toEqual([]); });