Index: sources/utility/format.cpp =================================================================== diff -u -r2f0d1d22a15f0ddb459c6527b4746439f66bfe1b -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/utility/format.cpp (.../format.cpp) (revision 2f0d1d22a15f0ddb459c6527b4746439f66bfe1b) +++ sources/utility/format.cpp (.../format.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -69,7 +69,7 @@ * \brief Format::fromVariant * \details This static method converts the defined types into QByteArray * \param vData - The value - * \return The QByteAttay of the value vData if can't be converted 0x00 will be returned + * \return The QByteAttay of the value vData if cannot be converted 0x00 will be returned * \note Regarding the QVariant type conversion, if cannot be converted 0 will be returned * This rule has been used and also to be consistent followed the same rule. * \note This method converts both float and double to F32 and returns its QByteArray representation.