Skip to content

Commit 006a45b

Browse files
authored
Merge pull request #251 from successopen/fix-typo
Fix typo in comments
2 parents 30c6db3 + 3c34bea commit 006a45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/AbstractGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* This abstract class should be extended by all payment gateways
1717
* throughout the Omnipay system. It enforces implementation of
18-
* the GatewayInterface interface and defines various common attibutes
18+
* the GatewayInterface interface and defines various common attributes
1919
* and methods that all gateways should have.
2020
*
2121
* Example:

0 commit comments

Comments
 (0)