[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] 4 commits: Spellcheck two words in documentation



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • daklib/pdiff.py
    ... ... @@ -17,9 +17,9 @@ HASH_FIELDS = [
    17 17
         ('SHA256-Download', 2, 2, ".gz", True),
    
    18 18
         ('X-Unmerged-SHA1-History', 0, 1, "", False),
    
    19 19
         ('X-Unmerged-SHA256-History', 0, 2, "", False),
    
    20
    -    ('X-Unmerged-SHA1-Patches', 1, 1, "", True),
    
    21
    -    ('X-Unmerged-SHA256-Patches', 1, 2, "", True),
    
    22
    -    ('X-Unmerged-SHA1-Download', 2, 2, ".gz", False),
    
    20
    +    ('X-Unmerged-SHA1-Patches', 1, 1, "", False),
    
    21
    +    ('X-Unmerged-SHA256-Patches', 1, 2, "", False),
    
    22
    +    ('X-Unmerged-SHA1-Download', 2, 1, ".gz", False),
    
    23 23
         ('X-Unmerged-SHA256-Download', 2, 2, ".gz", False),
    
    24 24
     ]
    
    25 25
     
    

  • docs/code-guidelines.rst
    ... ... @@ -7,8 +7,8 @@ rejection, a few guidelines and expectations need to be established.
    7 7
     For anything that is not a trivial fix, git trees are strongly preferred over
    
    8 8
     simple patch files. These are much easier to import, review, and so on.
    
    9 9
     
    
    10
    -Please keep different features in their own branch and keeep the repository in
    
    11
    -an acessible location until merged.
    
    10
    +Please keep different features in their own branch and keep the repository in
    
    11
    +an accessible location until merged.
    
    12 12
     
    
    13 13
     Code related:
    
    14 14
     
    


  • Reply to: