diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-10-10 12:22:52 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-10-10 12:22:52 +0300 |
commit | 6ffa28a28f11490f0e27dcdbbc67210d492fac0e (patch) | |
tree | 453094bd0764151eb3277348cec669ab19486c7c | |
parent | f08692025def2e9382dd19ec27b2aee73f1d551f (diff) | |
download | gsxlib-6ffa28a28f11490f0e27dcdbbc67210d492fac0e.tar.gz gsxlib-6ffa28a28f11490f0e27dcdbbc67210d492fac0e.tar.bz2 gsxlib-6ffa28a28f11490f0e27dcdbbc67210d492fac0e.zip |
fixed lame typo
-rw-r--r-- | gsxlib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ class GsxLib $wsdl = 'https://gsxws2%s.apple.com/wsdl/%sAsp/gsx-%sAsp.wsdl'; - if( $environemnt == 'ut' ) { + if( $environment == 'ut' ) { $wsdl = 'https://gsxws2%s.apple.com/gsx-ws/services/%s/asp?wsdl'; } |