#3161 hub: fix spelling in comments for archive handling
Merged 2 years ago by tkopecek. Opened 2 years ago by ktdreyer.
ktdreyer/koji comments-spelling  into  master

file modified
+3 -3
@@ -7537,7 +7537,7 @@ 

          insert.execute()

  

          if not metadata_only:

-             # move the file to it's final destination

+             # move the file to its final destination

              mavendir = joinpath(koji.pathinfo.mavenbuild(buildinfo),

                                  koji.pathinfo.mavenrepo(typeInfo))

              _import_archive_file(filepath, mavendir)
@@ -7584,8 +7584,8 @@ 

  

  def _import_archive_file(filepath, destdir):

      """

-     Move the file to it's final location on the filesystem.

-     filepath must exist, destdir will be created if it doesn not exist.

+     Move the file to its final location on the filesystem.

+     filepath must exist, destdir will be created if it does not exist.

      A symlink pointing from the old location to the new location will

      be created.

      """

Fix some spelling errors in the comments for the code that handles archives.

Commit f979899 fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago
Metadata