Przeglądaj źródła

dpkg-deb: Fix typo in code comment

Guillem Jover 10 lat temu
rodzic
commit
47663b8528
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dpkg-deb/build.c

+ 1 - 1
dpkg-deb/build.c

@@ -539,7 +539,7 @@ do_build(const char *const *argv)
   else
     timestamp = time(NULL);
 
-  /* Now that we have verified everything its time to actually
+  /* Now that we have verified everything it is time to actually
    * build something. Let's start by making the ar-wrapper. */
   ar = dpkg_ar_create(debar, 0644);