typo in examples, spotted byuser notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2006-03-16 11:10:22 +00:00
parent 3c6b1ed5e8
commit a46b190224
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<refentry id="function.ssh2-sftp-mkdir">
<refnamediv>
@ -32,7 +32,7 @@
<programlisting role="php">
<![CDATA[
<?php
$connection = ssh2_connet('shell.example.com', 22);
$connection = ssh2_connect('shell.example.com', 22);
ssh2_auth_password($connection, 'username', 'password');
$sftp = ssh2_sftp($connection);

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<refentry id="function.ssh2-sftp-rmdir">
<refnamediv>
@ -27,7 +27,7 @@
<programlisting role="php">
<![CDATA[
<?php
$connection = ssh2_connet('shell.example.com', 22);
$connection = ssh2_connect('shell.example.com', 22);
ssh2_auth_password($connection, 'username', 'password');
$sftp = ssh2_sftp($connection);