From 388d8210c6e1ac26c50ec42ff76218c3993b0d37 Mon Sep 17 00:00:00 2001 From: Dominik Berner Date: Sat, 3 Aug 2019 22:48:48 +0200 Subject: [PATCH] Cleanup and typos --- include/SI/detail/unit.h | 2 +- test/compilation-tests.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/SI/detail/unit.h b/include/SI/detail/unit.h index e4361a80..9d260e30 100644 --- a/include/SI/detail/unit.h +++ b/include/SI/detail/unit.h @@ -359,7 +359,7 @@ struct unit_with_common_ratio { /// divide a value of a certain unit with another value of a possibly different /// type resulting in a new type, the resulting exponent is specified by -/// resultingunit using a variadic template to simplify usage of implentation +/// resulting unit using a variadic template to simplify usage of implentation /// the internal type of the result is the internal type of lhs template