You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/12/06 04:01:15 UTC

svn commit: r1817258 - /directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext

Author: elecharny
Date: Wed Dec  6 04:01:15 2017
New Revision: 1817258

URL: http://svn.apache.org/viewvc?rev=1817258&view=rev
Log:
Fixed a typo

Modified:
    directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext

Modified: directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext?rev=1817258&r1=1817257&r2=1817258&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext Wed Dec  6 04:01:15 2017
@@ -121,7 +121,7 @@ Last, but not least, and hopefully this
 
 ### Removing an attribute
 
-Removing an attribute is actually a bit simpler than adding one, because the values for the attribute don't need to be specified. Here's an example where the _givenName_ attrinute is removed from an entry:
+Removing an attribute is actually a bit simpler than adding one, because the values for the attribute don't need to be specified. Here's an example where the _givenName_ attribute is removed from an entry:
 
 
     :::Java