diff --git a/xml/System.Collections.Concurrent/ConcurrentQueue`1.xml b/xml/System.Collections.Concurrent/ConcurrentQueue`1.xml index dbcf7400b04..7857034ead3 100644 --- a/xml/System.Collections.Concurrent/ConcurrentQueue`1.xml +++ b/xml/System.Collections.Concurrent/ConcurrentQueue`1.xml @@ -476,7 +476,7 @@ When this method returns, if the operation was successful, contains the object removed. If no object was available to be removed, the value is unspecified. Attempts to remove and return an object from the . - true if an element was removed and returned succesfully; otherwise, false. + true if an element was removed and returned successfully; otherwise, false. When this method returns, if the operation was successful, contains the object removed. If no object was available to be removed, the value is unspecified. Attempts to remove and return an object from the . - true if an element was removed and returned succesfully; otherwise, false. + true if an element was removed and returned successfully; otherwise, false. Advances the enumerator to the next message in the queue, if one is currently available. - if the enumerator was succesfully advanced to the next message; if the enumerator has reached the end of the queue. + if the enumerator was successfully advanced to the next message; if the enumerator has reached the end of the queue.