From d79801bb943f11eeaf254bc0722fe217ad27a984 Mon Sep 17 00:00:00 2001
From: Terrell Russell <terrellrussell@gmail.com>
Date: Mon, 5 Oct 2015 21:42:19 -0400
Subject: [PATCH] SystemTools: Fix spelling of "succeeded" in comments

Change-Id: I1375f56aacc561714d2cb0095478a763079ee657
---
 SystemTools.hxx.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in
index d2d1d400..bba5a5cd 100644
--- a/SystemTools.hxx.in
+++ b/SystemTools.hxx.in
@@ -703,13 +703,13 @@ public:
 
   /**
    * Create a symbolic link if the platform supports it.  Returns whether
-   * creation succeded.
+   * creation succeeded.
    */
   static bool CreateSymlink(const std::string& origName, const std::string& newName);
 
   /**
    * Read the contents of a symbolic link.  Returns whether reading
-   * succeded.
+   * succeeded.
    */
   static bool ReadSymlink(const std::string& newName, std::string& origName);
 
-- 
GitLab