From c341a3cabfdfc6befd2158692ca96fdd9727044f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 28 Jul 2020 22:08:47 +0200 Subject: [PATCH] * spot/misc/satsolver.hh: Typo in comment. --- spot/misc/satsolver.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spot/misc/satsolver.hh b/spot/misc/satsolver.hh index 51d931373..03a75fa02 100644 --- a/spot/misc/satsolver.hh +++ b/spot/misc/satsolver.hh @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2017, 2018 Laboratoire de Recherche et +// Copyright (C) 2013, 2017-2018, 2020 Laboratoire de Recherche et // Développement de l'Epita. // // This file is part of Spot, a model checking library. @@ -167,7 +167,7 @@ namespace spot PicoSAT* psat_; // The next 2 pointers will be initialized if SPOT_XCNF env var - // is set. This recquires SPOT_SATSOLVER to be set as well. + // is set. This requires SPOT_SATSOLVER to be set as well. std::ofstream* xcnf_tmp_; std::ofstream* xcnf_stream_; std::string path_;