From fec58c07d21d44d56afbb74519a719e918263b8b Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 25 Nov 2005 11:00:56 +0000 Subject: [PATCH] fix html close tags --- zypp/@Review/FSize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/@Review/FSize.h b/zypp/@Review/FSize.h index 7b57a23..d4e52c9 100644 --- a/zypp/@Review/FSize.h +++ b/zypp/@Review/FSize.h @@ -93,7 +93,7 @@ class FSize { /** * Construct from size in certain unit. - * E.g. FSize( 1, FSize::K ) makes 1024 Byte. + * E.g. FSize( 1, FSize::K ) makes 1024 Byte. **/ FSize( const long long size_r, const Unit unit_r ) : _size( size_r * factor( unit_r ) ) @@ -152,7 +152,7 @@ class FSize { * format string. Avalue of bestPrec automatically picks an * appropriate precision depending on the unit. * If showunit ist true, the string representaion - * of Unit is appended separated by a single blank. + * of Unit is appended separated by a single blank. * * If Unit is Byte, precision is set to zero. **/ -- 2.7.4