contrib/python-zstandard/zstd/common/fse.h
changeset 42937 69de49c4e39c
parent 42070 675775c33ab6
child 43994 de7838053207
--- a/contrib/python-zstandard/zstd/common/fse.h	Sun Sep 15 00:07:30 2019 -0400
+++ b/contrib/python-zstandard/zstd/common/fse.h	Sun Sep 15 20:04:00 2019 -0700
@@ -358,7 +358,7 @@
 typedef enum {
    FSE_repeat_none,  /**< Cannot use the previous table */
    FSE_repeat_check, /**< Can use the previous table but it must be checked */
-   FSE_repeat_valid  /**< Can use the previous table and it is asumed to be valid */
+   FSE_repeat_valid  /**< Can use the previous table and it is assumed to be valid */
  } FSE_repeat;
 
 /* *****************************************