src/java.base/share/classes/java/security/Identity.java
changeset 51759 ac6e9a2ebc04
parent 47742 28096878fae5
child 57950 4612a3cfb927
child 58678 9cf78a70fa4f
--- a/src/java.base/share/classes/java/security/Identity.java	Sat Sep 15 13:53:43 2018 -0700
+++ b/src/java.base/share/classes/java/security/Identity.java	Sat Sep 15 22:02:08 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 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
@@ -351,7 +351,7 @@
 
     /**
      * Tests for equality between the specified identity and this identity.
-     * This method should be overriden by subclasses to test for equality.
+     * This method should be overridden by subclasses to test for equality.
      * The default behavior is to return true if the names and public keys
      * are equal.
      *