diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-20 09:38:57 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-20 15:20:18 +0200 |
commit | ba669952b2b706833ce00d1d1eb26ddc4118b578 (patch) | |
tree | 7cd83ae11a107dc76199c706973e6f8b2727a732 /src/shared | |
parent | Merge pull request #21041 from yuwata/network-bpf-neighbor (diff) | |
download | systemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.tar.xz systemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.zip |
Typos found by codespell
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/import-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/import-util.c b/src/shared/import-util.c index bb1e5136a7..97d39ee047 100644 --- a/src/shared/import-util.c +++ b/src/shared/import-util.c @@ -90,7 +90,7 @@ int import_url_change_suffix( /* This drops the specified number of path components of the specified URI, i.e. the specified number * of non-empty substring between two "/" characters from the end of the string, and then append the * specified suffix instead. Before doing all this it chops off the "Query" and "Fragment" suffixes - * (they are *not* readded to the final URL). Note that n_drop_components may be 0 (in which case the + * (they are *not* re-added to the final URL). Note that n_drop_components may be 0 (in which case the * component are simply added to the end). The suffix may be specified as NULL or empty string in * which case nothing is appended, only the specified number of components chopped off. Note that the * function may be called with n_drop_components == 0 and suffix == NULL, in which case the "Query" |