From 1c024c6b2909cd6c8d0a0ded96d651cfba7b3437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 11 Jan 2018 21:59:18 +0100 Subject: [PATCH] Fix a typo in the comment. --- src/core/smartparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/smartparser.h b/src/core/smartparser.h index 6160492..3438e8d 100644 --- a/src/core/smartparser.h +++ b/src/core/smartparser.h @@ -25,7 +25,7 @@ class SmartDiskInformation; /** A parser to SMART JSON output. - Responsable to execute smartctl and parse its output. + Responsible to execute smartctl and parse its output. @author Caio Carvalho */