Skip to content

Commit cead7bc

Browse files
committed
typos
1 parent 611b6fb commit cead7bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ want to try:
4646
(drop into editor and squash commits) # note the ^ at the end!
4747
(exit editor and fix commit message)
4848

49-
Alternatively, you can cherry-pick those commits into another prestine branch:
49+
Alternatively, you can cherry-pick those commits into another pristine branch:
5050

5151
... its good to go! ....
5252

@@ -72,7 +72,7 @@ You can delete a remote branch by doing
7272

7373
3. Your commit message should conform to the following standard:
7474

75-
file/changed: Concice and complete statement of the purpose
75+
file/changed: Concise and complete statement of the purpose
7676

7777
This is the body of the commit message. The line above is the
7878
summary. The summary should be no more than 72 chars long. The

src/dmi_memory_id/dmi_memory_id.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static bool verify_checksum(const uint8_t *buf, size_t len) {
9090
}
9191

9292
/*
93-
* Type-independant Stuff
93+
* Type-independent Stuff
9494
*/
9595

9696
static const char *dmi_string(const struct dmi_header *dm, uint8_t s) {

src/shared/util.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ bool in_initrd(void) {
15211521
*
15221522
* The second check is extra paranoia, since misdetecting an
15231523
* initrd can have bad bad consequences due the initrd
1524-
* emptying when transititioning to the main systemd.
1524+
* emptying when transitioning to the main systemd.
15251525
*/
15261526

15271527
saved = access("/etc/initrd-release", F_OK) >= 0 &&

src/udev/udev-event.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ static int rename_netif_dev_fromname_toname(struct udev_device *dev __attribute_
845845
r = ioctl(sk, SIOCSIFNAME, &ifr_tmp);
846846
log_info("Temporarily renamed network interface %s to %s\n", ifr_tmp.ifr_name, ifr_tmp.ifr_newname);
847847

848-
/* we have changed our name so in subsequents tries i should rename my temporal name to the wanted one */
848+
/* we have changed our name so in subsequent tries i should rename my temporal name to the wanted one */
849849
strscpy(ifr.ifr_name, IFNAMSIZ, ifr_tmp.ifr_newname);
850850

851851
r = -errno;

0 commit comments

Comments
 (0)