diff --git a/src/LaunchDarkly/LDUser.php b/src/LaunchDarkly/LDUser.php index fbf78ccfa..9fc67f790 100644 --- a/src/LaunchDarkly/LDUser.php +++ b/src/LaunchDarkly/LDUser.php @@ -17,7 +17,7 @@ class LDUser protected $_avatar = null; protected $_firstName = null; protected $_lastName = null; - protected $_anonyomus = false; + protected $_anonymous = false; protected $_custom = array(); protected $_privateAttributeNames = array();