# HG changeset patch # User bpb # Date 1537301934 25200 # Node ID 62a8579bb6f138756e5aa7eb93b854ed9afcc15c # Parent 0535b5a54b839b765a7c4e2c88d5750b0e7745b7 8210817: Minor typo in java.nio.file.attribute package summary Reviewed-by: dfuchs, alanb diff -r 0535b5a54b83 -r 62a8579bb6f1 src/java.base/share/classes/java/nio/file/attribute/package-info.java --- a/src/java.base/share/classes/java/nio/file/attribute/package-info.java Tue Sep 18 12:42:40 2018 -0700 +++ b/src/java.base/share/classes/java/nio/file/attribute/package-info.java Tue Sep 18 13:18:54 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -93,7 +93,7 @@ *

The {@link java.nio.file.attribute.DosFileAttributeView} * class extends {@code BasicFileAttributeView} by defining methods to * access the legacy "DOS" file attributes supported on file systems such as File - * Allocation Tabl (FAT), commonly used in consumer devices. + * Allocation Table (FAT), commonly used in consumer devices. * *

The {@link java.nio.file.attribute.AclFileAttributeView} * class defines methods to read and write the Access Control List (ACL)