misc Doxygen fixes

* spot/misc/satsolver.hh, spot/tl/formula.hh, spot/twaalgos/hoa.hh,
spot/twaalgos/synthesis.hh, spot/twaalgos/zlktree.hh,
spot/twacube_algos/convert.hh: Typos in Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2022-11-08 15:52:02 +01:00
parent 0f4f7ec287
commit a6c65dff8d
6 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2013, 2017-2018, 2020 Laboratoire de Recherche et
// Développement de l'Epita.
// Copyright (C) 2013, 2017-2018, 2020, 2022 Laboratoire de Recherche
// et Développement de l'Epita.
//
// This file is part of Spot, a model checking library.
//
@ -88,7 +88,7 @@ namespace spot
/// \brief Add a single lit. to the current clause.
void add(int v);
/// \breif Get the current number of clauses.
/// \brief Get the current number of clauses.
int get_nb_clauses() const;
/// \brief Get the current number of variables.