mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo(s) fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74291 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
887da08315
commit
35f1fd88aa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<reference id="ref.ircg">
|
||||
<title>IRC Gateway Functions</title>
|
||||
<titleabbrev>IRC Gateway</titleabbrev>
|
||||
|
@ -161,7 +161,7 @@ if (!ircg_join ($id, "#php")) {
|
|||
Select the current connection for output in this execution
|
||||
context. Every output sent from the server connected to by
|
||||
<parameter>connection</parameter> will be copied to standard
|
||||
output while using default formating or a formar string set
|
||||
output while using default formatting or a format string set
|
||||
specified by <function>ircg_register_format_messages</function>
|
||||
and selected by <function>ircg_lookup_format_messages</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue