Skip to content

Commit 43fabb7

Browse files
committed
fix typo in word resource
1 parent 4f42859 commit 43fabb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/helper/saprfc.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Close connection resource.
21-
* @param mixed $connection Connection ressource.
21+
* @param mixed $connection Connection resource.
2222
*/
2323
function saprfc_close(&$connection)
2424
{
@@ -58,7 +58,7 @@ function saprfc_exception($function)
5858
/**
5959
* Open connection.
6060
* @param array $config
61-
* @return ressource
61+
* @return resource
6262
*/
6363
function saprfc_open($config)
6464
{
@@ -68,9 +68,9 @@ function saprfc_open($config)
6868

6969
/**
7070
* Get function call resource.
71-
* @param ressource $connection Connection ressource.
71+
* @param resource $connection Connection resource.
7272
* @param string $name Function name.
73-
* @return ressource
73+
* @return resource
7474
*/
7575
function saprfc_function_discover($connection, $name)
7676
{
@@ -80,7 +80,7 @@ function saprfc_function_discover($connection, $name)
8080

8181
/**
8282
* Call SAP remote function with all set parameters.
83-
* @param ressource $function
83+
* @param resource $function
8484
* @return int
8585
*/
8686
function saprfc_call_and_receive($function)

0 commit comments

Comments
 (0)