[PHP-DOC] cvs: phpdoc /en/reference/classobj/functions property-exists.xml

2005-05-04 Thread Nuno Lopes
nlopess Tue May  3 14:49:48 2005 EDT

  Modified files:  
/phpdoc/en/reference/classobj/functions property-exists.xml 
  Log:
  add note about differences with isset(), as suggested by Marcus
  
http://cvs.php.net/diff.php/phpdoc/en/reference/classobj/functions/property-exists.xml?r1=1.1r2=1.2ty=u
Index: phpdoc/en/reference/classobj/functions/property-exists.xml
diff -u phpdoc/en/reference/classobj/functions/property-exists.xml:1.1 
phpdoc/en/reference/classobj/functions/property-exists.xml:1.2
--- phpdoc/en/reference/classobj/functions/property-exists.xml:1.1  Mon Apr 
18 11:21:36 2005
+++ phpdoc/en/reference/classobj/functions/property-exists.xml  Tue May  3 
14:49:40 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 refentry id=function.property-exists
  refnamediv
   refnameproperty_exists/refname
@@ -18,6 +18,13 @@
This function checks if the given parameterproperty/parameter exists in
the specified class (and if it was declared as public).
   /para
+  note
+   para
+As opposed with functionisset/function,
+functionproperty_exists/function returns true; even if the property
+has the value null;.
+   /para
+  /note
  /refsect1
 
  refsect1 role=parameters


[PHP-DOC] #32939 [NEW]: English : db2

2005-05-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  English : db2

Description:

reference/ibm_db2/functions/db2-procedure-columns.xml

The methodsynopsis doesn't match with the parameters... I think it is
parameter not column but I prefer to assigned to the right person.


-- 
Edit bug report at http://bugs.php.net/?id=32939edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32939r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32939r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32939r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32939r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32939r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32939r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32939r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32939r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32939r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32939r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32939r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32939r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32939r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32939r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32939r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32939r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32939r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32939r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32939r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32939r=mysqlcfg


[PHP-DOC] #32939 [Opn-Asn]: English : db2

2005-05-04 Thread jsgoupil
 ID:  32939
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:  Open
+Status:  Assigned
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 Assigned To: dbs


Previous Comments:


[2005-05-04 05:19:39] [EMAIL PROTECTED]

Description:

reference/ibm_db2/functions/db2-procedure-columns.xml

The methodsynopsis doesn't match with the parameters... I think it is
parameter not column but I prefer to assigned to the right person.






-- 
Edit this bug report at http://bugs.php.net/?id=32939edit=1



[PHP-DOC] cvs: phpdoc /en/reference/ibm_db2/functions db2-special-columns.xml

2005-05-04 Thread Jean-S�bastien Goupil
jsgoupilTue May  3 21:11:14 2005 EDT

  Modified files:  
/phpdoc/en/reference/ibm_db2/functions  db2-special-columns.xml 
  Log:
  correct typo + whitespaces
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml?r1=1.2r2=1.3ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.2   Fri Apr 
29 23:30:59 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml   Tue May 
 3 21:11:14 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.db2-special-columns
  refnamediv
@@ -91,7 +91,7 @@
   row
entry0/entry
entrySQL_SCOPE_CURROW/entry
-   entryRow identifier is valid only while the curosr is positioned
+   entryRow identifier is valid only while the cursor is positioned
on the row./entry
   /row
   row
@@ -104,7 +104,7 @@
entry2/entry
entrySQL_SCOPE_SESSION/entry
entryRow identifier is valid for the duration of the
-connection/entry
+connection./entry
   /row
  /tbody
 /tgroup
@@ -130,86 +130,86 @@
   /row
  /thead
  tbody
-   row
-entrySCOPE/entry
-entry
- para
-  informaltable
-   tgroup cols=3
-thead
- row
-  entryInteger value/entry
-  entrySQL constant/entry
-  entryDescription/entry
- /row
-/thead
-tbody
- row
-  entry0/entry
-  entrySQL_SCOPE_CURROW/entry
-  entryRow identifier is valid only while the curosr is 
positioned
-  on the row./entry
- /row
- row
-  entry1/entry
-  entrySQL_SCOPE_TRANSACTION/entry
-  entryRow identifier is valid for the duration of the
-   transaction./entry
- /row
- row
-  entry2/entry
-  entrySQL_SCOPE_SESSION/entry
-  entryRow identifier is valid for the duration of the
-   connection/entry
- /row
-/tbody
-   /tgroup
-  /informaltable
- /para
-/entry
-   /row
-   row
-entryCOLUMN_NAME/entry
-entryName of the unique column./entry
-   /row
-   row
-entryDATA_TYPE/entry
-entrySQL data type for the column./entry
-   /row
-   row
-entryTYPE_NAME/entry
-entryCharacter string representation of the SQL data type for the
-column./entry
-   /row
-   row
-entryCOLUMN_SIZE/entry
-entryAn integer value representing the size of the column./entry
-   /row
-   row
-entryBUFFER_LENGTH/entry
-entry
- Maximum number of bytes necessary to store data from this column.
-/entry
-   /row
-   row
-entryDECIMAL_DIGITS/entry
-entry
- The scale of the column, or null; where scale is not applicable.
-/entry
-   /row
-   row
-entryNUM_PREC_RADIX/entry
-entry
- An integer value of either literal10/literal (representing
- an exact numeric data type), literal2/literal (representing an
- approximate numeric data type), or null; (representing a data type 
for
- which radix is not applicable).
-/entry
-   /row
-   row
-entryPSEUDO_COLUMN/entry
-entryAlways returns 1./entry
-   /row
+  row
+   entrySCOPE/entry
+   entry
+para
+ informaltable
+  tgroup cols=3
+   thead
+row
+ entryInteger value/entry
+ entrySQL constant/entry
+ entryDescription/entry
+/row
+   /thead
+   tbody
+row
+ entry0/entry
+ entrySQL_SCOPE_CURROW/entry
+ entryRow identifier is valid only while the cursor is positioned
+ on the row./entry
+/row
+row
+ entry1/entry
+ entrySQL_SCOPE_TRANSACTION/entry
+ entryRow identifier is valid for the duration of the
+  transaction./entry
+/row
+row
+ entry2/entry
+ entrySQL_SCOPE_SESSION/entry
+ entryRow identifier is valid for the duration of the
+  connection./entry
+/row
+   /tbody
+  /tgroup
+ /informaltable
+/para
+   /entry
+   

Re: [PHP-DOC] Re: docbook wiki

2005-05-04 Thread Gabor Hojtsy
I found this via the Drupal Docs mailing list:
  http://doc-book.sourceforge.net/homepage/
It might be worth looking into for easy docbook editing.
It certainly wouldn't be as easier as
http://www.xmlmind.com/xmleditor/
and AFAIK DocBook WiKi supports only subset of DocBook elements.
Not that we use a full set of DocBook elements :) BTW I had no time to 
look into this tool any further, but for some people, a *web based* 
editor for phpdoc would be quite helpful.

Goba


[PHP-DOC] cvs: phpdoc /en/reference/runkit sandbox.xml

2005-05-04 Thread Jakub Vrana
vrana   Wed May  4 09:42:47 2005 EDT

  Modified files:  
/phpdoc/en/reference/runkit sandbox.xml 
  Log:
  Add PHP closing tags (despite optional)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.6r2=1.7ty=u
Index: phpdoc/en/reference/runkit/sandbox.xml
diff -u phpdoc/en/reference/runkit/sandbox.xml:1.6 
phpdoc/en/reference/runkit/sandbox.xml:1.7
--- phpdoc/en/reference/runkit/sandbox.xml:1.6  Tue May  3 16:09:42 2005
+++ phpdoc/en/reference/runkit/sandbox.xml  Wed May  4 09:42:47 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=runkit.sandbox
  refnamediv
@@ -112,6 +112,7 @@
 $sandbox = new Runkit_Sandbox($options);
 /* Non-protected ini settings may set normally */
 $sandbox-ini_set('html_errors',true);
+?
 ]]
/programlisting
   /example
@@ -142,6 +143,7 @@
 echo {$sandbox-bar}\n;
 if (isset($sandbox-foo)) unset($sandbox-foo);
 $sandbox-eval('var_dump(isset($foo));');
+?
 ]]
/programlisting
   /example
@@ -176,6 +178,7 @@
 $sandbox = new Runkit_Sandbox();
 
 echo $sandbox-str_replace('a','f','abc');
+?
 ]]
/programlisting
   /example
@@ -203,6 +206,7 @@
 $sandbox-foo = 'baz';
 echo $sandbox-str_replace('a',$foo,'a');
 echo $sandbox-str_replace('a',$sandbox-foo,'a');
+?
 ]]
/programlisting
   /example


[PHP-DOC] cvs: phpdoc /en/reference/ibm_db2/functions db2-autocommit.xml db2-connect.xml db2-rollback.xml /en/reference/maxdb/functions maxdb-multi-query.xml /en/reference/pdo/functions PDO-prepare.

2005-05-04 Thread Jakub Vrana
vrana   Wed May  4 09:59:45 2005 EDT

  Modified files:  
/phpdoc/en/reference/ibm_db2/functions  db2-autocommit.xml 
db2-connect.xml 
db2-rollback.xml 
/phpdoc/en/reference/maxdb/functionsmaxdb-multi-query.xml 
/phpdoc/en/reference/pdo/functions  PDO-prepare.xml 
  Log:
  Fix PHP parse errors
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml?r1=1.3r2=1.4ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.3Wed May 
 4 05:39:11 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xmlWed May  4 
09:59:44 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.db2-autocommit
  refnamediv
@@ -99,9 +99,9 @@
 $conn = db2_connect($database, $user, $password, $options);
 $ac = db2_autocommit($conn);
 if ($ac == 0) {
-print $ac -- AUTOCOMMIT is off.
+print $ac -- AUTOCOMMIT is off.;
 } else {
-print $ac -- AUTOCOMMIT is on.
+print $ac -- AUTOCOMMIT is on.;
 }
 ?
 ]]
@@ -128,15 +128,15 @@
 // Turn AUTOCOMMIT on
 $rc = db2_autocommit($conn, DB2_AUTOCOMMIT_ON);
 if ($rc) {
-print Turning AUTOCOMMIT on succeeded.\n
+print Turning AUTOCOMMIT on succeeded.\n;
 }
 
 // Check AUTOCOMMIT state
 $ac = db2_autocommit($conn);
 if ($ac == 0) {
-print $ac -- AUTOCOMMIT is off.
+print $ac -- AUTOCOMMIT is off.;
 } else {
-print $ac -- AUTOCOMMIT is on.
+print $ac -- AUTOCOMMIT is on.;
 }
 ?
 ]]
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-connect.xml?r1=1.4r2=1.5ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-connect.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.4 
phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.4   Wed Apr 20 
00:29:20 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-connect.xml   Wed May  4 
09:59:44 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.db2-connect
  refnamediv
@@ -200,7 +200,7 @@
 $hostname = 'localhost';
 $port = 5;
 
-$conn_string = DRIVER={IBM DB2 ODBC DRIVER};DATABASE=$database;' .
+$conn_string = DRIVER={IBM DB2 ODBC DRIVER};DATABASE=$database; .
   HOSTNAME=$hostname;PORT=$port;PROTOCOL=TCPIP;UID=$user;PWD=$password;;
 $conn = db2_connect($conn_string, '', '');
 
@@ -239,7 +239,7 @@
 
 if ($conn) {
 echo Connection succeeded.\n;
-if (db2_autocommit($conn))) {
+if (db2_autocommit($conn)) {
  echo Autocommit is on.\n;
 }
 else {
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml?r1=1.2r2=1.3ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml:1.2  Wed Apr 20 
02:16:13 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml  Wed May  4 
09:59:44 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.db2-rollback
  refnamediv
@@ -98,6 +98,7 @@
 $res = db2_fetch_into( $stmt );
 echo $res[0] . \n;
 db2_close($conn);
+}
 ?
 ]]
 /programlisting
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml?r1=1.3r2=1.4ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml:1.3   Fri Apr 
15 13:48:26 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-multi-query.xml   Wed May  4 
09:59:45 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
   refentry id=function.maxdb-multi-query
refnamediv
 refnamemaxdb_multi_query/refname
@@ -88,7 +88,7 @@
  programlisting role=php
 ![CDATA[
 ?php
-$link = maxdb_connect(localhost, MONA, RED, DEMODB
+$link = maxdb_connect(localhost, MONA, RED, DEMODB);
 
 /* check connection */
 if (maxdb_connect_errno()) {
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-prepare.xml?r1=1.5r2=1.6ty=u
Index: 

[PHP-DOC] cvs: phpdoc /en/reference/runkit reference.xml sandbox.xml /en/reference/runkit/functions runkit-function-add.xml /en/reference/ssh2/functions ssh2-connect.xml

2005-05-04 Thread Sara Golemon
pollita Tue May  3 16:09:43 2005 EDT

  Modified files:  
/phpdoc/en/reference/runkit/functions   runkit-function-add.xml 
/phpdoc/en/reference/runkit reference.xml sandbox.xml 
/phpdoc/en/reference/ssh2/functions ssh2-connect.xml 
  Log:
  Doctor, the patient is coming around...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/functions/runkit-function-add.xml?r1=1.1r2=1.2ty=u
Index: phpdoc/en/reference/runkit/functions/runkit-function-add.xml
diff -u phpdoc/en/reference/runkit/functions/runkit-function-add.xml:1.1 
phpdoc/en/reference/runkit/functions/runkit-function-add.xml:1.2
--- phpdoc/en/reference/runkit/functions/runkit-function-add.xml:1.1Sun May 
 1 02:24:46 2005
+++ phpdoc/en/reference/runkit/functions/runkit-function-add.xmlTue May 
 3 16:09:42 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.runkit-function-add
  refnamediv
@@ -35,7 +35,7 @@
  termparameterarglist/parameter/term
  listitem
   para
-   Coma separated argument list
+   Comma separated argument list
   /para
  /listitem
 /varlistentry
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/reference.xml?r1=1.4r2=1.5ty=u
Index: phpdoc/en/reference/runkit/reference.xml
diff -u phpdoc/en/reference/runkit/reference.xml:1.4 
phpdoc/en/reference/runkit/reference.xml:1.5
--- phpdoc/en/reference/runkit/reference.xml:1.4Mon May  2 17:23:54 2005
+++ phpdoc/en/reference/runkit/reference.xmlTue May  3 16:09:42 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 reference id=ref.runkit
  titlerunkit Functions/title
@@ -54,7 +54,7 @@
 
simpara
 The literalrunkit.superglobal/literal ini option may be set to a
-coma-separated list of variable names to be treated as superglobals.
+comma-separated list of variable names to be treated as superglobals.
 This value should be set in the systemwide php.ini file, but may work
 in perdir configuration contexts depending on your SAPI.
/simpara
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.5r2=1.6ty=u
Index: phpdoc/en/reference/runkit/sandbox.xml
diff -u phpdoc/en/reference/runkit/sandbox.xml:1.5 
phpdoc/en/reference/runkit/sandbox.xml:1.6
--- phpdoc/en/reference/runkit/sandbox.xml:1.5  Tue May  3 16:06:50 2005
+++ phpdoc/en/reference/runkit/sandbox.xml  Tue May  3 16:09:42 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=runkit.sandbox
  refnamediv
@@ -69,7 +69,7 @@
  termparameterdisable_functions/parameter/term
  listitem
   para
-   Coma separated list of functions to disable within the sandbox 
sub-interpreter.
+   Comma separated list of functions to disable within the sandbox 
sub-interpreter.
This list need not contain the names of the currently disabled 
functions,
they will remain disabled whether listed here or not.
   /para
@@ -79,7 +79,7 @@
  termparameterdisable_classes/parameter/term
  listitem
   para
-   Coma separated list of classes to disable within the sandbox 
sub-interpreter.
+   Comma separated list of classes to disable within the sandbox 
sub-interpreter.
This list need not contain the names of the currently disabled classes,
they will remain disabled whether listed here or not.
   /para
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-connect.xml?r1=1.5r2=1.6ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-connect.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.5 
phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.6
--- phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.5 Thu Jan 13 
11:41:30 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-connect.xml Tue May  3 16:09:42 2005
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
--
   refentry id=function.ssh2-connect
refnamediv
@@ -43,7 +43,7 @@
 row
  entrykex/entry
  entry
-  List of key exchange methods to advertise, coma separated
+  List of key exchange methods to advertise, comma separated
   in order of preference.
  /entry
  entry
@@ -110,7 +110,7 @@
tbody
 row
  entrycrypt/entry
- entryList of crypto methods to advertise, coma separated
+ entryList of crypto methods to advertise, comma separated
   in order of preference./entry