From: Francois-Xavier Le Bail Date: Tue, 12 Mar 2024 21:07:49 +0000 (+0100) Subject: Fix a typo X-Git-Tag: tcpslice-1.8~25 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/e18d4aea6c31568a68e75adc27281435aa7ae678 Fix a typo Found by the codespell command. [skip ci] --- diff --git a/build_common.sh b/build_common.sh index cd43aa9..516c90c 100644 --- a/build_common.sh +++ b/build_common.sh @@ -246,7 +246,7 @@ os_id() { # branch; # * "hrevNNNNN_MMMM_KK" for a CI build of a Gerrit review; # * something else for a build of a working copy with the changes not - # yet commited. + # yet committed. # With this system it is not clear which version components would be # meaningful to relate with the build result, so let's return the # complete version and leave any interpretation to the user.