Skip to content

Commit ceb1b8d

Browse files
authored
Merge pull request #91 from diegoviola/fix-typos
Fix typos
2 parents fc08a10 + d1f88cb commit ceb1b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/check-pkg-urls

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def pacdb_refresh(pacdb, force=False):
9191

9292

9393
def all_pkgs(pacdb):
94-
"""Generate all packages in all sync databses."""
94+
"""Generate all packages in all sync databases."""
9595
for db in pacdb.get_syncdbs():
9696
for pkg in db.pkgcache:
9797
yield pkg

package/srcinfo-pkg-graph

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ for pkgbase, deps in PKG_DEPS.items():
125125
if dep_op:
126126
dep_pkgname, dep_pkgver = dep.split(dep_op)
127127

128-
# We only care about packages whoes .SRCINFO we have read
128+
# We only care about packages whose .SRCINFO we have read
129129
if dep_pkgname not in PKG_DEPS.keys():
130130
continue
131131

0 commit comments

Comments
 (0)