trivial: Fix duplicated words

Some files wrongly contain the same word twice in a row.
One of them should be removed or replaced.

Message-Id: <20220722145859.1952732-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2022-07-22 16:35:21 +02:00
parent 7a21bee2aa
commit a07d9df0fd
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#
# Docker Debian Native
#
# This this intended to build QEMU on native host systems. Debian is
# This is intended to build QEMU on native host systems. Debian is
# chosen due to the broadest range on supported host systems for QEMU.
#
# This docker target is based on the docker.io Debian Bullseye base