Changeset 872a378 for lfs-latest-git.php


Ignore:
Timestamp:
08/23/2024 07:01:06 PM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
5b2a5c60, 7779960
Parents:
54c0a86
git-author:
Bruce Dubbs <bdubbs@…> (08/23/2024 06:59:56 PM)
git-committer:
Bruce Dubbs <bdubbs@…> (08/23/2024 07:01:06 PM)
Message:

Typos on comments.

These changes are all in comments that do not affect the books in any way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r54c0a86 r872a378  
    323323      if ( preg_match( "/patch$/", $file ) ) { continue; } // Skip patches
    324324
    325       $file = preg_replace( "/bz2/", '', $file ); // The 2 confusses the regex
     325      $file = preg_replace( "/bz2/", '', $file ); // The 2 confuses the regex
    326326
    327327      $file        = rtrim( $file );
Note: See TracChangeset for help on using the changeset viewer.