]> git.sur5r.net Git - u-boot/blobdiff - tools/moveconfig.py
tools: moveconfig: New color used for changed defconfig
[u-boot] / tools / moveconfig.py
index 9bbcead2eb9131c6ad41c197d4a637c92923abed..12a145c0a615722dce3e0db5acbd9783c616bc38 100755 (executable)
@@ -608,7 +608,7 @@ class Slot:
 
         This function makes sure the temporary directory is cleaned away
         even if Python suddenly dies due to error.  It should be done in here
-        because it is guranteed the destructor is always invoked when the
+        because it is guaranteed the destructor is always invoked when the
         instance of the class gets unreferenced.
 
         If the subprocess is still running, wait until it finishes.
@@ -742,7 +742,7 @@ class Slot:
         updated = not filecmp.cmp(orig_defconfig, new_defconfig)
 
         if updated:
-            self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
+            self.log += color_text(self.options.color, COLOR_LIGHT_BLUE,
                                    "defconfig was updated.\n")
 
         if not self.options.dry_run and updated: