Fix typo acceptible --> acceptable
authorJayprakash12345 <0freerunning@gmail.com>
Mon, 12 Mar 2018 10:53:20 +0000 (10:53 +0000)
committerJayprakash12345 <0freerunning@gmail.com>
Mon, 12 Mar 2018 10:53:44 +0000 (10:53 +0000)
Change-Id: I9304d830744238e4733240dd65c285fed61d0416

maintenance/dev/README

index ca47d13..eb09fb2 100644 (file)
@@ -1,6 +1,6 @@
 maintenance/dev/ scripts can help quickly setup a local MediaWiki for development purposes.
 
 maintenance/dev/ scripts can help quickly setup a local MediaWiki for development purposes.
 
-Wikis setup in this way are NOT meant to be publicly available. They use a development database not acceptible for use in production. Place a sqlite database in an unsafe location a real wiki should never place it in. And use predictable default logins for the initial administrator user.
+Wikis setup in this way are NOT meant to be publicly available. They use a development database not acceptable for use in production. Place a sqlite database in an unsafe location a real wiki should never place it in. And use predictable default logins for the initial administrator user.
 
 Running maintenance/dev/install.sh will download and install a local copy of php 5.4, install a sqlite powered instance of MW for development, and then start up a local webserver to view the wiki.
 
 
 Running maintenance/dev/install.sh will download and install a local copy of php 5.4, install a sqlite powered instance of MW for development, and then start up a local webserver to view the wiki.