log to the the file => log to the file
pluggins => plugins
Change-Id: Iff5c54c39afb4398962bfe6a0500b1f011c75c8a
| ... | ... |
@@ -431,7 +431,7 @@ fi |
| 431 | 431 |
|
| 432 | 432 |
# Set up logging of screen windows |
| 433 | 433 |
# Set ``SCREEN_LOGDIR`` to turn on logging of screen windows to the |
| 434 |
-# directory specified in ``SCREEN_LOGDIR``, we will log to the the file |
|
| 434 |
+# directory specified in ``SCREEN_LOGDIR``, we will log to the file |
|
| 435 | 435 |
# ``screen-$SERVICE_NAME-$TIMESTAMP.log`` in that dir and have a link |
| 436 | 436 |
# ``screen-$SERVICE_NAME.log`` to the latest log file. |
| 437 | 437 |
# 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 |
|