libmemcached: fix typo [ci skip]
authorMichael Wallner <mike@php.net>
Tue, 21 Jan 2020 16:01:51 +0000 (17:01 +0100)
committerMichael Wallner <mike@php.net>
Tue, 21 Jan 2020 16:01:51 +0000 (17:01 +0100)
libmemcached/auto.cc

index eae44a9032f646284424cb7e2267924ab9dbc5e7..06e7ab6419646abb82121ce5d9a775fb5aaeaa07 100644 (file)
@@ -235,7 +235,7 @@ static memcached_return_t increment_decrement_with_initial_by_key(const protocol
   if (memcached_is_encrypted(memc))
   {
     return memcached_set_error(*memc, MEMCACHED_NOT_SUPPORTED, MEMCACHED_AT, 
-                               memcached_literal_param("Operation not allowed while encyrption is enabled"));
+                               memcached_literal_param("Operation not allowed while encryption is enabled"));
   }
 
   if (memcached_failed(rc= memcached_key_test(*memc, (const char **)&key, &key_length, 1)))