Fixed typos with separate

This commit is contained in:
JefftheBest1 2017-01-12 15:39:40 +11:00 committed by showell
parent 110398bf36
commit 9de75f5167
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ structured.
Most of the existing JS in Zulip is written in IIFE-wrapped modules, one
per file in the static/js directory. When running Zulip in development
mode, each file is loaded seperately. In production mode (and when
mode, each file is loaded separately. In production mode (and when
creating a release tarball using tools/build-release-tarball),
JavaScript files are concatenated and minified.

View File

@ -228,7 +228,7 @@ event_broker_options=-1
# This directive is used to specify an event broker module that should
# by loaded by Nagios at startup. Use multiple directives if you want
# to load more than one module. Arguments that should be passed to
# the module at startup are seperated from the module path by a space.
# the module at startup are separated from the module path by a space.
#
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING