From 72c9d8609454b41b554797ea59b595466d4f0df8 Mon Sep 17 00:00:00 2001 From: ericxiett Date: Sun, 13 Nov 2016 22:49:15 +0800 Subject: [PATCH] Fix the typo in efficacy_indicator module Modify typo 'gobal' to 'global'. Change-Id: Ib8b4c65d64d767666ea1a32bc72b66559a035c5f Closes-Bug: #1641408 --- watcher/api/controllers/v1/efficacy_indicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/api/controllers/v1/efficacy_indicator.py b/watcher/api/controllers/v1/efficacy_indicator.py index 724fc4f19..b17ccf2f3 100644 --- a/watcher/api/controllers/v1/efficacy_indicator.py +++ b/watcher/api/controllers/v1/efficacy_indicator.py @@ -19,7 +19,7 @@ An efficacy indicator is a single value that gives an indication on how the :ref:`solution ` produced by a given :ref:`strategy ` performed. These efficacy indicators are specific to a given :ref:`goal ` and are usually used to compute the -:ref:`gobal efficacy ` of the resulting :ref:`action plan +:ref:`global efficacy ` of the resulting :ref:`action plan `. In Watcher, these efficacy indicators are specified alongside the goal they