From ff4277a3ff46ff49bcc5de78be5f2311ebe7c9b7 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 26 Jun 2021 00:07:35 -0300 Subject: [PATCH] firejail.h: fix typo of "either" in license header Added on commit e770ab6d8 ("appimage: automatically detect profile"). --- src/firejail/firejail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h index c84965074..d175f1e83 100644 --- a/src/firejail/firejail.h +++ b/src/firejail/firejail.h @@ -5,7 +5,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; eithe r version 2 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful,