Fix some typos in docstrings

This commit is contained in:
Morten Fyhn Amundsen
2020-12-22 22:57:07 +02:00
committed by Avishay
parent 83e51ba4ef
commit 3cca196070
+3 -3
View File
@@ -70,7 +70,7 @@ public:
//! Display a decimal number
//!
//! Dispaly the given argument as a decimal number.
//! Display the given argument as a decimal number.
//!
//! @param num The number to be shown
//! @param leading_zero When true, leading zeros are displayed. Otherwise unnecessary digits are
@@ -83,7 +83,7 @@ public:
//! Display a decimal number, with dot control
//!
//! Dispaly the given argument as a decimal number. The dots between the digits (or colon)
//! Display the given argument as a decimal number. The dots between the digits (or colon)
//! can be individually controlled.
//!
//! @param num The number to be shown
@@ -108,7 +108,7 @@ public:
//! Display a hexadecimal number, with dot control
//!
//! Dispaly the given argument as a hexadecimal number. The dots between the digits (or colon)
//! Display the given argument as a hexadecimal number. The dots between the digits (or colon)
//! can be individually controlled.
//!
//! @param num The number to be shown