You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lele Gaifax <le...@nautilus.homeip.net> on 2004/03/30 00:12:01 UTC

[PATCH] Typo in svn_config.h

[[
Corrected a typo in svn_config_get_bool documentation.

 * include/svn_config.h: recoginzed -> recognized.
]]

Index: svn_config.h
===================================================================
--- svn_config.h	(revision 9220)
+++ svn_config.h	(working copy)
@@ -170,7 +170,7 @@
 
 /** Like @t svn_config_get, but for boolean values.
  *
- * Parses the option as a boolean value. The recoginzed representations
+ * Parses the option as a boolean value. The recognized representations
  * are 'true'/'false', 'yes'/'no', 'on'/'off', '1'/'0'; case does not
  * matter. Returns an error if the option doesn't contain a known string.
  */

-- 
nickname: Lele Gaifax	| Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas	| comincerò ad aver paura di chi mi copia.
email: lele@seldati.it	|		-- Fortunato Depero, 1929.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: [PATCH] Typo in svn_config.h

Posted by kf...@collab.net.
Lele Gaifax <le...@nautilus.homeip.net> writes:
> [[
> Corrected a typo in svn_config_get_bool documentation.
> 
>  * include/svn_config.h: recoginzed -> recognized.
> ]]

D'oh.  Applied in r9227, thanks!

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org