Author: stefan2 Date: Sat Aug 2 19:39:29 2014 New Revision: 1615356 URL: http://svn.apache.org/r1615356 Log: * subversion/libsvn_fs_fs/tree.c (open_path): Fix typo in comment. No functional change.
Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1615356&r1=1615355&r2=1615356&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_fs_fs/tree.c (original) +++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Sat Aug 2 19:39:29 2014 @@ -1072,7 +1072,7 @@ open_path(parent_path_t **parent_path_p, if (flags & open_path_node_only) { - /* Shortcut: the caller only wan'ts the final DAG node. */ + /* Shortcut: the caller only wants the final DAG node. */ parent_path->node = child; } else