Skip to content

Commit 76fc6f6

Browse files
authored
Fix some obvious misspellings and typos (#27)
1 parent 1a84c85 commit 76fc6f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Rapidly and repeatedly generate RPM repository metadata
1616

1717
### Housekeeping
1818
- [ ] README.md
19-
- [ ] Architechture overview
19+
- [ ] Architecture overview
2020
- [ ] Troubleshooting guide/playbook
2121
- [ ] API documentation

doc/createrepo-agent.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Import a single source package into the repository.
5858
.fi
5959
.SS Importing packages from other repositories
6060
.IP \[bu]
61-
Import all packages present in the upstream repository. If there are already packages in the repsository which are present in the upstream repository, remove them, any packages which were built at the same time as them, and any packages which (recursively) depend on them.
61+
Import all packages present in the upstream repository. If there are already packages in the repository which are present in the upstream repository, remove them, any packages which were built at the same time as them, and any packages which (recursively) depend on them.
6262
.nf
6363
\&
6464
.in +4m

src/createrepo-agent/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ do_sync(
427427
cr_metadata_free(md);
428428
return rc;
429429
}
430-
g_info("Continuing sync despite missing debu sub-repository at %s", url->str);
430+
g_info("Continuing sync despite missing debug sub-repository at %s", url->str);
431431
} else {
432432
// Enumerate the set of source package names from the arch repo
433433
packages_source = g_hash_table_new(g_str_hash, g_str_equal);

0 commit comments

Comments
 (0)