[gnome-boxes] Correct "its" to "it's" in debug strings & comments



commit 389b1db23c98a2f1f36fa89c75543917efec328d
Author: Will Thompson <will willthompson co uk>
Date:   Tue May 19 17:23:50 2015 +0100

    Correct "its" to "it's" in debug strings & comments
    
    I saw one of these debug strings and could not help myself...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749586

 src/archive-writer.vala             |    2 +-
 src/downloader.vala                 |    2 +-
 src/editable-entry.vala             |    2 +-
 src/installer-media.vala            |    4 ++--
 src/libvirt-machine-properties.vala |    2 +-
 src/libvirt-machine.vala            |    2 +-
 src/machine.vala                    |    2 +-
 src/vm-creator.vala                 |    4 ++--
 8 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/archive-writer.vala b/src/archive-writer.vala
index 6d5ab8d..a870d69 100644
--- a/src/archive-writer.vala
+++ b/src/archive-writer.vala
@@ -41,7 +41,7 @@ public class Boxes.ArchiveWriter : GLib.Object {
             import_read_archive (archive_reader);
     }
 
-    // if omit_hardlinked_files is true a file body will be omitted if its on the list independently from it 
having a
+    // if omit_hardlinked_files is true a file body will be omitted if it's on the list independently from 
it having a
     // hardlink pointing to it or not. If it is set to false a file body with a hardlink on the omittion 
list will
     // result in the file NOT being omitted.
     public void import_read_archive (ArchiveReader archive_reader,
diff --git a/src/downloader.vala b/src/downloader.vala
index f2e86a4..8894cea 100644
--- a/src/downloader.vala
+++ b/src/downloader.vala
@@ -108,7 +108,7 @@ private class Boxes.Downloader : GLib.Object {
         tmp_file.move (cached_file, FileCopyFlags.NONE, cancellable);
         download.cached_file = cached_file;
 
-        debug ("Downloaded '%s' and its now locally available at '%s'.", uri, cached_path);
+        debug ("Downloaded '%s' and it's now locally available at '%s'.", uri, cached_path);
         downloaded (download);
 
         return cached_file;
diff --git a/src/editable-entry.vala b/src/editable-entry.vala
index fcd9404..df20e39 100644
--- a/src/editable-entry.vala
+++ b/src/editable-entry.vala
@@ -70,7 +70,7 @@ private class Boxes.EditableEntry: Notebook {
     }
 
     private Pango.Weight _weight = Pango.Weight.NORMAL;
-    /* This is disabled for now since its impossible to
+    /* This is disabled for now since it's impossible to
        declare a default for the paramspec, and the number that
        valac picks (0) is invalid for the Pango.Weight enum.
 
diff --git a/src/installer-media.vala b/src/installer-media.vala
index 0b3cb6c..5963222 100644
--- a/src/installer-media.vala
+++ b/src/installer-media.vala
@@ -113,8 +113,8 @@ private class Boxes.InstallerMedia : GLib.Object {
 
     public bool is_architecture_compatible (string architecture) {
         if (this.architecture == null)
-            // Architecture unknown, Lets say all architectures are compatible so caller can choose the best 
available
-            // architecture instead. Although this is bound to fail but its still much better than us hard 
coding an
+            // Architecture unknown: let's say all architectures are compatible so caller can choose the 
best available
+            // architecture instead. Although this is bound to fail, it's still much better than us hard 
coding an
             // architecture.
             return true;
 
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index a05c6c4..2a86eca 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -257,7 +257,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
             var media = machine.vm_creator.install_media;
 
             if (machine.vm_creator.express_install || (media.os_media != null && media.os_media.live)) {
-                // Don't let user eject installer media if its an express installation or a live media
+                // Don't let user eject installer media if it's an express installation or a live media
                 add_property (ref list, _("CD/DVD"), grid);
 
                 return;
diff --git a/src/libvirt-machine.vala b/src/libvirt-machine.vala
index e49f3cb..54d55fd 100644
--- a/src/libvirt-machine.vala
+++ b/src/libvirt-machine.vala
@@ -651,7 +651,7 @@ private class Boxes.LibvirtMachine: Boxes.Machine {
             });
         });
 
-        debug ("%s is being saved, delaying starting untill its saved", name);
+        debug ("%s is being saved, delaying starting until it's saved", name);
         yield;
 
         disconnect (state_notify_id);
diff --git a/src/machine.vala b/src/machine.vala
index e671f31..966a7d0 100644
--- a/src/machine.vala
+++ b/src/machine.vala
@@ -256,7 +256,7 @@ private abstract class Boxes.Machine: Boxes.CollectionItem, Boxes.IPropertiesPro
 
     public async void save () throws GLib.Error {
         if (state == Machine.MachineState.SAVED) {
-            debug ("Not saving '%s' since its already in saved state.", name);
+            debug ("Not saving '%s' since it's already in saved state.", name);
             return;
         }
 
diff --git a/src/vm-creator.vala b/src/vm-creator.vala
index cf4bb8a..77709de 100644
--- a/src/vm-creator.vala
+++ b/src/vm-creator.vala
@@ -5,7 +5,7 @@ using GVir;
 
 private class Boxes.VMCreator {
     // Seems installers aren't very consistent about exact number of bytes written so we ought to leave some 
margin
-    // of error. Its better to report '100%' done while its not exactly 100% than reporting '99%' done 
forever..
+    // of error. It's better to report '100%' done while it's not exactly 100% than reporting '99%' done 
forever..
     private const int INSTALL_COMPLETE_PERCENT = 99;
 
     public InstallerMedia? install_media { get; protected set; }
@@ -234,7 +234,7 @@ private class Boxes.VMCreator {
         return config;
     }
 
-    // Ensure name is less than 12 characters as its also used as the hostname of the guest OS in case of
+    // Ensure name is less than 12 characters as it's also used as the hostname of the guest OS in case of
     // express installation and some OSes (you know who you are) don't like hostnames with more than 15
     // characters (we later add a '-' and a number to the name if name is not unique so we leave 3 characters
     // or that).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]