--- old/src/share/classes/java/sql/Array.java 2014-08-08 07:01:43.000000000 -0400 +++ new/src/share/classes/java/sql/Array.java 2014-08-08 07:01:43.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2014, 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 @@ -181,7 +181,7 @@ Object getArray(long index, int count) throws SQLException; /** - * Retreives a slice of the SQL ARRAY value + * Retrieves a slice of the SQL ARRAY value * designated by this Array object, beginning with the specified * index and containing up to count * successive elements of the SQL array.