|
@@ -135,7 +135,7 @@ class ChRootedFileSystem extends FilterFileSystem {
|
|
|
/**
|
|
|
* Strip out the root from the path.
|
|
|
* @param p - fully qualified path p
|
|
|
- * @return - the remaining path without the begining /
|
|
|
+ * @return - the remaining path without the beginning /
|
|
|
* @throws IOException if the p is not prefixed with root
|
|
|
*/
|
|
|
String stripOutRoot(final Path p) throws IOException {
|