Fix typo in CONTRIBUTING.md
[openssl.git] / include / internal / packet.h
index e35281d700e05156d9f72254ceeb8040105132bc..7e28ff619681cb9de3dc8abc5ed22b567e83ef5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -627,7 +627,7 @@ __owur static ossl_inline int PACKET_get_length_prefixed_3(PACKET *pkt,
     return 1;
 }
 
     return 1;
 }
 
-/* Writeable packets */
+/* Writable packets */
 
 typedef struct wpacket_sub WPACKET_SUB;
 struct wpacket_sub {
 
 typedef struct wpacket_sub WPACKET_SUB;
 struct wpacket_sub {