Fix minor issues found by EBN

Este commit está contenido en:
Yuri Chornoivan 2019-11-22 15:39:14 +02:00
padre 2980b21b8d
commit 1a7b673792
Se han modificado 3 ficheros con 3 adiciones y 3 borrados

Ver fichero

@ -31,7 +31,7 @@
#include <QString>
/** Creates a new SmartParser object
@param device_path device path that indicates the device that SMART must analyse
@param device_path device path that indicates the device that SMART must analyze
*/
SmartParser::SmartParser(const QString &device_path) :
m_DevicePath(device_path),

Ver fichero

@ -41,7 +41,7 @@ public:
public:
const QString &devicePath() const
{
return m_DevicePath; /**< @return the device path that SMART must analyse */
return m_DevicePath; /**< @return the device path that SMART must analyze */
}
SmartDiskInformation *diskInformation() const

Ver fichero

@ -57,4 +57,4 @@ add_test(NAME testexternalcommand COMMAND testexternalcommand ${BACKEND})
# Test Device
kpm_test(testdevice testdevice.cpp)
add_test(NAME testdevice COMMAND testdevice ${BACKEND})
add_test(NAME testdevice COMMAND testdevice ${BACKEND})