diff --git a/src/core/smartparser.cpp b/src/core/smartparser.cpp index f7a7377..a3023ee 100644 --- a/src/core/smartparser.cpp +++ b/src/core/smartparser.cpp @@ -31,7 +31,7 @@ #include /** 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), diff --git a/src/core/smartparser.h b/src/core/smartparser.h index 417bd90..6869c01 100644 --- a/src/core/smartparser.h +++ b/src/core/smartparser.h @@ -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 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b2622de..68824f4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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}) \ No newline at end of file +add_test(NAME testdevice COMMAND testdevice ${BACKEND})