Przeglądaj źródła

Fix typo in comment

Guillem Jover 17 lat temu
rodzic
commit
7f10797af7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/processarc.c

+ 1 - 1
src/processarc.c

@@ -946,7 +946,7 @@ void process_archive(const char *filename) {
   }
 
   /* We can just copy the arbitrary fields list, because it is
-   * never even rearragned.  Phew !
+   * never even rearranged. Phew!
    */
   pkg->installed.arbs= pkg->available.arbs;