Re: [PATCH] Minor and very minor typo fixes
From: <kfogel_at_collab.net>
Date: 2005-12-19 22:07:49 CET
"Martin A. Brooks" <martin@hinterlands.org> writes:
Applied in r17860, thanks.
Note that "existant" gets about 5.8 million Google hits, but your
-Karl
-- www.collab.net <> CollabNet | Distributed Development On Demand > Index: subversion/libsvn_wc/adm_ops.c > =================================================================== > --- subversion/libsvn_wc/adm_ops.c (revision 17799) > +++ subversion/libsvn_wc/adm_ops.c (working copy) > @@ -1178,7 +1178,7 @@ > else > { > /* When we are called with the copyfrom arguments set and with > - the admin directory already in existance, then the dir will > + the admin directory already in existence, then the dir will > contain the copyfrom settings. So we need to pass the > copyfrom arguments to the ensure call. */ > SVN_ERR (svn_wc_ensure_adm2 (path, NULL, copyfrom_url, > Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java > =================================================================== > --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java (revision 17799) > +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java (working copy) > @@ -60,7 +60,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @return Array of Status entries. > @@ -71,7 +71,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and directories. > @@ -83,7 +83,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and directories. > Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClient.java > =================================================================== > --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClient.java (revision 17799) > +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClient.java (working copy) > @@ -94,7 +94,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @return Array of Status entries. > @@ -108,7 +108,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and directories. > @@ -125,7 +125,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and > Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientSynchronized.java > =================================================================== > --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientSynchronized.java (revision 17799) > +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientSynchronized.java (working copy) > @@ -112,7 +112,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @return Array of Status entries. > @@ -129,7 +129,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and directories. > @@ -149,7 +149,7 @@ > * List a directory or file of the working copy. > * > * @param path Path to explore. > - * @param descend Recurse into subdirectories if existant. > + * @param descend Recurse into subdirectories if they exist. > * @param onServer Request status information from server. > * @param getAll get status for uninteristing files (unchanged). > * @param noIgnore get status for normaly ignored files and > Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java > =================================================================== > --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java (revision 17799) > +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java (working copy) > @@ -172,7 +172,7 @@ > public native void lstxns(String path, MessageReceiver receiver) > throws ClientException; > /** > - * recover the berkeley db of a repostory, returns youngest revision > + * recover the berkeley db of a repository, returns youngest revision > * @param path the path to the repository > * @throws ClientException throw in case of problem > */ > Index: subversion/bindings/java/javahl/README > =================================================================== > --- subversion/bindings/java/javahl/README (revision 17799) > +++ subversion/bindings/java/javahl/README (working copy) > @@ -1,6 +1,6 @@ > This Software should compile and run under win32 and linux. The > integration into the subversion build system has been done by > -Justin Erenkrantz for non win32 systems. The intergration for win32 > +Justin Erenkrantz for non win32 systems. The integration for win32 > system will be provided later. > > It will produce libsvnjavahl.so or libsvnjavahl.dll (the native > @@ -28,4 +28,4 @@ > studio. > > To build use the project/target "__JAVAHL__" of the main subversion workspace. > -The private project/workspace is not used anymore. > \ No newline at end of file > +The private project/workspace is not used anymore. > Index: subversion/tests/cmdline/cat_tests.py > =================================================================== > --- subversion/tests/cmdline/cat_tests.py (revision 17799) > +++ subversion/tests/cmdline/cat_tests.py (working copy) > @@ -72,8 +72,8 @@ > raise svntest.Failure ('Cat failed: expected "%s", but received "%s"' % \ > (expected_output, outlines[0])) > > -def cat_nonexistant_file(sbox): > - "cat a nonexistant file" > +def cat_nonexistent_file(sbox): > + "cat a nonexistent file" > sbox.build() > > wc_dir = sbox.wc_dir > @@ -147,7 +147,7 @@ > cat_local_directory, > cat_remote_directory, > cat_base, > - cat_nonexistant_file, > + cat_nonexistent_file, > cat_skip_uncattable, > ] > > Index: subversion/tests/cmdline/diff_tests.py > =================================================================== > --- subversion/tests/cmdline/diff_tests.py (revision 17799) > +++ subversion/tests/cmdline/diff_tests.py (working copy) > @@ -799,7 +799,7 @@ > > > def diff_nonextant_urls(sbox): > - "svn diff errors against a non-existant URL" > + "svn diff errors against a non-existent URL" > > sbox.build() > non_extant_url = sbox.repo_url + '/A/does_not_exist' > Index: subversion/tests/cmdline/export_tests.py > =================================================================== > --- subversion/tests/cmdline/export_tests.py (revision 17799) > +++ subversion/tests/cmdline/export_tests.py (working copy) > @@ -312,8 +312,8 @@ > None, None, None, None, > '--native-eol','CR') > > -def export_nonexistant_file(sbox): > - "export nonexistant file" > +def export_nonexistent_file(sbox): > + "export nonexistent file" > sbox.build() > > wc_dir = sbox.wc_dir > @@ -387,7 +387,7 @@ > export_working_copy_with_property_mods, > export_working_copy_at_base_revision, > export_native_eol_option, > - export_nonexistant_file, > + export_nonexistent_file, > export_unversioned_file, > export_with_state_deleted, > ] > Index: subversion/tests/cmdline/basic_tests.py > =================================================================== > --- subversion/tests/cmdline/basic_tests.py (revision 17799) > +++ subversion/tests/cmdline/basic_tests.py (working copy) > @@ -1092,7 +1092,7 @@ > 'rm', '--force', foo_path) > verify_file_deleted("Failed to remove unversioned file foo", foo_path) > > - # Deleting non-existant unversioned item > + # Deleting non-existent unversioned item > svntest.actions.run_and_verify_svn(None, None, [], > 'rm', '--force', foo_path) > > Index: subversion/libsvn_fs_fs/fs_fs.c > =================================================================== > --- subversion/libsvn_fs_fs/fs_fs.c (revision 17799) > +++ subversion/libsvn_fs_fs/fs_fs.c (working copy) > @@ -3504,7 +3504,7 @@ > id = change->node_rev_id; > > /* If this was a delete of a mutable node, then it is OK to > - leave the change entry pointing to the non-existant temporary > + leave the change entry pointing to the non-existent temporary > node, since it will never be used. */ > if ((change->change_kind != svn_fs_path_change_delete) && > (! svn_fs_fs__id_txn_id (id))) > Index: build/generator/ezt.py > =================================================================== > --- build/generator/ezt.py (revision 17799) > +++ build/generator/ezt.py (working copy) > @@ -194,7 +194,7 @@ > _block_cmd_specs = { 'if-index':2, 'for':1, 'is':2 } > _block_cmds = _block_cmd_specs.keys() > > -# two regular expresssions for compressing whitespace. the first is used to > +# two regular expressions for compressing whitespace. the first is used to > # compress any whitespace including a newline into a single newline. the > # second regex is used to compress runs of whitespace into a single space. > _re_newline = re.compile('[ \t\r\f\v]*\n\\s*') > Index: build/generator/gen_base.py > =================================================================== > --- build/generator/gen_base.py (revision 17799) > +++ build/generator/gen_base.py (working copy) > @@ -758,7 +758,7 @@ > # Build paths specified in build.conf are assumed to be always separated > # by forward slashes, regardless of the current running os. > # > -# Native paths are paths seperated by os.sep. > +# Native paths are paths separated by os.sep. > > def native_path(path): > """Convert a build path to a native path""" > Index: build/PrintPath > =================================================================== > --- build/PrintPath (revision 17799) > +++ build/PrintPath (working copy) > @@ -49,7 +49,7 @@ > # Finally, we try to determine the best flag to use for > # test/[] to look for an executable file. OS/2 just has '-r' > # but with other OSs, we do some funny stuff to check to see > -# if test/[] knows about -x, which is the prefered flag. > +# if test/[] knows about -x, which is the preferred flag. > ## > > if [ "x$os" = "xOS/2" ] > Index: contrib/client-side/svncopy.README > =================================================================== > --- contrib/client-side/svncopy.README (revision 17799) > +++ contrib/client-side/svncopy.README (working copy) > @@ -302,4 +302,4 @@ > Installation is similar to svncopy.pl - update @SVN_BINDIR@. You also have to > supply a scratch repository location for the test script to use. Either update > @SVN_TEST_REPOSITORY@ in testsvncopy.pl.in or pass in the location using the > ---test-repostiroy parameter when running the script. > +--test-repository parameter when running the script. > Index: contrib/client-side/mucc.c > =================================================================== > --- contrib/client-side/mucc.c (revision 17799) > +++ contrib/client-side/mucc.c (working copy) > @@ -272,7 +272,7 @@ > Node type information is obtained for any copy source (to determine > whether to create a file or directory) and for any deleted path (to > ensure it exists since svn_delta_editor_t->delete_entry doesn't return > - an error on non-existant nodes). */ > + an error on non-existent nodes). */ > static svn_error_t * > build(const char *path, > const char *url, > Index: packages/windows-innosetup/Readme.txt > =================================================================== > --- packages/windows-innosetup/Readme.txt (revision 17799) > +++ packages/windows-innosetup/Readme.txt (working copy) > @@ -114,7 +114,7 @@ > > Visible folders looks like this: [ ] and hidden folders like this: [h]. > > - Do you think that is looks complicated? -Dont worry! The programs in the > + Do you think that is looks complicated? Don't worry! The programs in the > tools folder takes care of copying and preparing files when your > svn_dynamics.iss file are edited and set correctly. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org > For additional commands, e-mail: dev-help@subversion.tigris.org -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Dec 20 00:33:28 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.