Browse Source

dpkg-deb: Fix typo in code comment

Guillem Jover 7 years ago
parent
commit
47663b8528
1 changed files with 1 additions and 1 deletions
  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);