aboutsummaryrefslogtreecommitdiff
path: root/c/include
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2021-08-31 14:07:17 +0200
committerGitHub <noreply@github.com>2021-08-31 14:07:17 +0200
commit0e42caf3591d09d156c2b35462bc91a04e903b39 (patch)
treeab1c59f14b2fd82bfd9765ce99784bad903a6755 /c/include
parent68f1b90ad0d204907beb58304d0bd06391001a4d (diff)
downloadbrotli-0e42caf3591d09d156c2b35462bc91a04e903b39.zip
brotli-0e42caf3591d09d156c2b35462bc91a04e903b39.tar.gz
brotli-0e42caf3591d09d156c2b35462bc91a04e903b39.tar.bz2
Migrate to github actions (#920)
Not all combinations are migrated to the initial configuration; corresponding TODOs added. Drive-by: additional combinations uncovered minor portability problems -> fixed Drive-by: remove no-longer used "script" files. Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org>
Diffstat (limited to 'c/include')
-rw-r--r--c/include/brotli/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/include/brotli/decode.h b/c/include/brotli/decode.h
index 98b3c7b..9b580d2 100644
--- a/c/include/brotli/decode.h
+++ b/c/include/brotli/decode.h
@@ -164,7 +164,7 @@ BROTLI_DEC_API BROTLI_BOOL BrotliDecoderSetParameter(
* Data provided to this method should be kept accessible until
* decoding is finished and decoder instance is destroyed.
*
- * @note Dictionaries could NOT be attached after actual decoding is started.
+ * @note Dictionaries can NOT be attached after actual decoding is started.
*
* @param state decoder instance
* @param type dictionary data format