Fix typos

See gh-38983
This commit is contained in:
Christoph Dreis
2024-01-04 14:29:10 +01:00
committed by Moritz Halbritter
parent 93d41497dc
commit b7c9c82180
8 changed files with 12 additions and 12 deletions

View File

@@ -167,7 +167,7 @@ class NestedFileSystemTests {
void newWatchServiceThrowsException() {
assertThatExceptionOfType(UnsupportedOperationException.class)
.isThrownBy(() -> this.fileSystem.newWatchService())
.withMessage("Nested paths do not support the WacherService");
.withMessage("Nested paths do not support the WatchService");
}
@Test