Browse code

Merge "Fix typos in devstack/stack.sh"

Jenkins authored on 2015/09/10 08:46:37
Showing 1 changed files
... ...
@@ -435,7 +435,7 @@ fi
435 435
 
436 436
 # Set up logging of screen windows
437 437
 # Set ``SCREEN_LOGDIR`` to turn on logging of screen windows to the
438
-# directory specified in ``SCREEN_LOGDIR``, we will log to the the file
438
+# directory specified in ``SCREEN_LOGDIR``, we will log to the file
439 439
 # ``screen-$SERVICE_NAME-$TIMESTAMP.log`` in that dir and have a link
440 440
 # ``screen-$SERVICE_NAME.log`` to the latest log file.
441 441
 # Logs are kept for as long specified in ``LOGDAYS``.
... ...
@@ -522,7 +522,7 @@ fi
522 522
 # Clone all external plugins
523 523
 fetch_plugins
524 524
 
525
-# Plugin Phase 0: override_defaults - allow pluggins to override
525
+# Plugin Phase 0: override_defaults - allow plugins to override
526 526
 # defaults before other services are run
527 527
 run_phase override_defaults
528 528