Author: ggregory Date: Thu Oct 24 01:10:43 2013 New Revision: 1535253 URL: http://svn.apache.org/r1535253 Log: Apply patch for message typos from https://github.com/apache/commons-vfs/pull/4.diff.
Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties?rev=1535253&r1=1535252&r2=1535253&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties (original) +++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties Thu Oct 24 01:10:43 2013 @@ -66,7 +66,7 @@ vfs.provider/close.error=Could not close vfs.provider/read.error=Could not read file "{0}". vfs.provider/random-access.error=Could not read/write file "{0}". vfs.provider/read-not-readable.error=File "{0}" is not readable. -vfs.provider/read-not-file.error=Could not read from "{0}" because it is a not a file. +vfs.provider/read-not-file.error=Could not read from "{0}" because it is not a file. vfs.provider/closed.error=File closed. # DefaultFileContent @@ -98,7 +98,7 @@ vfs.provider/remove-attribute.error=Coul # AbstractFileSystemProvider vfs.provider/invalid-absolute-uri.error=Invalid absolute URI "{0}". vfs.provider/not-layered-fs.error=File system for URL scheme "{0}" is not a layered file system. -vfs.provider/no-config-builder.error=File provider for URL scheme "{0}" do not provide a configuration builder. +vfs.provider/no-config-builder.error=File provider for URL scheme "{0}" does not provide a configuration builder. vfs.provider/config-key-invalid.error=The configuration builder for scheme "{0}" has no option "{1}". vfs.provider/config-value-invalid.error=The delegating configuration builder cant convert value "{2}" for key "{1}" scheme "{0}". vfs.provider/config-too-many-values.error=Too many values for configuration builder for scheme "{0}" key "{1}". @@ -293,8 +293,8 @@ vfs.tasks/delete.no-source-files.error=N vfs.tasks/mkdir.create-folder.info=Creating directory "{0}". # Selectors -vfs.selectors/filefilter.missing.error=Configure a fileFilter or override accept(); +vfs.selectors/filefilter.missing.error=Configure a fileFilter or override accept(). # Utils vfs.util/find-abstract-file-object.error=Object "{0}" did not extend from AbstractFileObject. -vfs.util/missing-capability.error=The Filesystem do not provide the required capability "{0}" +vfs.util/missing-capability.error=The Filesystem does not provide the required capability "{0}".