summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 17:00:14 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 17:00:33 -0500
commit95a72983e5991871352c5bd4ab640d91cefbd8df (patch)
tree5dde26ef2be5d96738bdfd9395c2788a000fb391
parent11eaab7b68d7984199a283bc6c78617ce72b8ca6 (diff)
downloadphosphor-debug-collector-95a72983e5991871352c5bd4ab640d91cefbd8df.tar.gz
phosphor-debug-collector-95a72983e5991871352c5bd4ab640d91cefbd8df.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I562cc5b407fb2a3a728c6167aaab75acde3adfca Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xtools/dreport.d/dreport4
-rw-r--r--watch.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/dreport.d/dreport b/tools/dreport.d/dreport
index 908d6ec..c37c193 100755
--- a/tools/dreport.d/dreport
+++ b/tools/dreport.d/dreport
@@ -257,7 +257,7 @@ function main()
exit;
fi
- #Initilize the summary log
+ #Initialize the summary log
init_summary
#collect data based on the type.
@@ -268,7 +268,7 @@ function main()
if [[ ${result} -ne $SUCCESS ]]; then
echo $($TIME_STAMP) "Error: Failed to package, Exiting"
else
- echo $($TIME_STAMP) "Sucessfully completed"
+ echo $($TIME_STAMP) "Successfully completed"
exit;
fi
}
diff --git a/watch.hpp b/watch.hpp
index bbfa476..98c35c4 100644
--- a/watch.hpp
+++ b/watch.hpp
@@ -16,7 +16,7 @@ namespace inotify
namespace fs = std::experimental::filesystem;
-//User specfic call back function input map(path:event) type.
+//User specific call back function input map(path:event) type.
using UserMap = std::map<fs::path, uint32_t>;
//User specific callback function wrapper type.
OpenPOWER on IntegriCloud