Skip to content

Commit 42497c7

Browse files
committed
Fixed typos
1 parent 049a872 commit 42497c7

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

build-setup.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</p>
4646
<p>
4747
The following table shows what is required for Microsoft Windows users to build PHP:
48-
<p/>
48+
</p>
4949
<table>
5050
<tr>
5151
<th>PHP</th>
@@ -156,7 +156,7 @@
156156
</ul>
157157
</p>
158158
<p>
159-
The <i>configure</i> script has the ability to customize almost every aspect of PHP, to ellicit help at the console pass <i>--help</i>
159+
The <i>configure</i> script has the ability to customize almost every aspect of PHP, to elicit help at the console pass <i>--help</i>
160160
as the only argument to <i>configure</i></p>
161161
<p>
162162
When <i>configure</i> executes, it saves the options passed in to a re-usable <i>config.nice</i> which executes <i>configure</i> when invoked.

error.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
// ============================================================================
7979
// BC: handle moving english manual down into its own directory (also supports
80-
// default language manual accessibilty on mirror sites through /manual/filename)
80+
// default language manual accessibility on mirror sites through /manual/filename)
8181
// @todo do we rely on this? how about removing it...
8282
if (preg_match("!^manual/([^/]*)$!", $URI, $array)) {
8383
if (!isset($INACTIVE_ONLINE_LANGUAGES[$array[1]])) {
@@ -221,7 +221,7 @@
221221
// entry point changed
222222
'installation' => 'install',
223223

224-
// was splitted among platforms (don't know where to redirect)
224+
// was split among platforms (don't know where to redirect)
225225
'install.apache' => 'install',
226226
'install.apache2' => 'install',
227227
'install.netscape-enterprise'=> 'install',
@@ -472,7 +472,7 @@
472472
"rest/readme.mailinglist_rules" => "http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES;hb=HEAD",
473473
"rest/readme.git-rules" => "http://git.php.net/?p=php-src.git;a=blob_plain;f=README.GIT-RULES;hb=HEAD",
474474
"rest/coding_standards" => "http://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS;hb=HEAD",
475-
"sunglasses" => "https://www.youtube.com/watch?v=dQw4w9WgXcQ", // Temporary easiter egg for bug#66144
475+
"sunglasses" => "https://www.youtube.com/watch?v=dQw4w9WgXcQ", // Temporary easter egg for bug#66144
476476
);
477477

478478
// ============================================================================

git-php.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
);
102102
// Error while posting
103103
if ($error) {
104-
$error = "An error occured when trying to create the account: $error.";
104+
$error = "An error occurred when trying to create the account: $error.";
105105
}
106106
}
107107

include/prepend.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (ini_get("date.timezone") === "" && function_exists("date_default_timezone_se
4343
}
4444

4545

46-
/* Compatability with the PHP webserver.. */
46+
/* Compatibility with the PHP webserver.. */
4747
if (!isset($_SERVER["SERVER_ADDR"])) {
4848
$_SERVER["SERVER_ADDR"] = "127.0.0.1";
4949
}

license/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<a name="faq-lic"></a>
8686
<h2>Frequently Asked Questions</h2>
8787

88-
<!-- Selecetd FAQ points from former page on License Information [v 1.13] -->
88+
<!-- Selected FAQ points from former page on License Information [v 1.13] -->
8989
<!-- Comments ref.old versions of PHP license prior to v3.0 have been removed -->
9090

9191
<h3>Use of the "PHP" name</h3>

manual/add-note.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
$error = "Your note is too short. Trying to test the notes system? Save us the trouble of deleting your test, and don't. It works.";
7676
}
7777

78-
// Chek if any line is too long
78+
// Check if any line is too long
7979
else {
8080

8181
// Split the note by whitespace, and check length

mirroring.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
The other is via the SQLite3 extension. These extensions are both compiled
188188
into PHP by default. Note: Some Linux distributions disable many extensions
189189
in their package systems, including SQLite. Please make sure you install the
190-
"php5-sqlite" (or similiar) package if using such a system.
190+
"php5-sqlite" (or similar) package if using such a system.
191191
</p>
192192

193193
<h2>Setup Apache VirtualHost</h2>

my.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
unset($langs[$_POST['my_lang']]);
2525
}
2626

27-
// We have recevied a cookie and it is an available language
27+
// We have received a cookie and it is an available language
2828
elseif (isset($langs[myphpnet_language()])) {
2929

3030
// Add this as first option, selected

urlhowto.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function a($href) {
8181
<li>Other language pages (e.g. <?php a("oop") ?>)</li>
8282
</ul>
8383
<p>
84-
Since there are several manual pages that could potentionally match the query
84+
Since there are several manual pages that could potentially match the query
8585
(extension, class, function name..) you are encouraged to use their prefix/suffix:
8686
</p>
8787
<ul>

0 commit comments

Comments
 (0)