From 2ff637125e7c60376b586387b0932df17234028e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Cebri=C3=A1n=20Juan?= Date: Tue, 3 Jul 2018 12:41:59 +0200 Subject: [PATCH] Fix typo in header --- src/algorithms/PVT/libs/gpx_printer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/libs/gpx_printer.cc b/src/algorithms/PVT/libs/gpx_printer.cc index 3a8661e6d..1949bb7dc 100644 --- a/src/algorithms/PVT/libs/gpx_printer.cc +++ b/src/algorithms/PVT/libs/gpx_printer.cc @@ -1,6 +1,6 @@ /*! * \file gpx_printer.cc - * \brief Interface of a class that prints PVT information to a gpx file + * \brief Implementation of a class that prints PVT information to a gpx file * \author Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com * *