ci: fix new codespell errors

This commit is contained in:
Liam 2023-10-02 18:03:05 -04:00
parent ff57c66773
commit 0448eb6f0f
11 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
# Gets a UTC timstamp and sets the provided variable to it
# Gets a UTC timestamp and sets the provided variable to it
function(get_timestamp _var)
string(TIMESTAMP timestamp UTC)
set(${_var} "${timestamp}" PARENT_SCOPE)