diff --git a/src/blurhash.cpp b/src/blurhash.cpp index 0495c7f5a..a12427d05 100644 --- a/src/blurhash.cpp +++ b/src/blurhash.cpp @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2018 Wolt Enterprises -// SPDX-License-Identifiert: MIT +// SPDX-License-Identifier: MIT #include "blurhash.h" diff --git a/src/blurhash.h b/src/blurhash.h index aa5b07114..d99967539 100644 --- a/src/blurhash.h +++ b/src/blurhash.h @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2018 Wolt Enterprises -// SPDX-License-Identifiert: MIT +// SPDX-License-Identifier: MIT #pragma once @@ -11,4 +11,4 @@ uint8_t *decode(const char *blurhash, int width, int height, int punch, int nChannels); -bool isValidBlurhash(const char *blurhash); \ No newline at end of file +bool isValidBlurhash(const char *blurhash);