]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/recordmethod.h
Fix typos found by codespell
[thirdparty/openssl.git] / include / internal / recordmethod.h
index 7327e304829e1b27fcca2ab7c8f851bbbcf31303..a9823e43e4070aa99cb7145be72c4c7166594ad2 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*
- * An OSSL_RECORD_METHOD is a protcol specific method which provides the
+ * An OSSL_RECORD_METHOD is a protocol specific method which provides the
  * functions for reading and writing records for that protocol. Which
  * OSSL_RECORD_METHOD to use for a given protocol is defined by the SSL_METHOD.
  */
@@ -161,7 +161,7 @@ struct ossl_record_method_st {
     int (*processed_read_pending)(OSSL_RECORD_LAYER *rl);
 
     /*
-     * The amount of processed app data that is internally bufferred and
+     * The amount of processed app data that is internally buffered and
      * available to read
      */
     size_t (*app_data_pending)(OSSL_RECORD_LAYER *rl);