]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 12 Mar 2024 21:07:49 +0000 (22:07 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 12 Mar 2024 21:07:49 +0000 (22:07 +0100)
Found by the codespell command.

[skip ci]

build_common.sh

index cd43aa93331a5d1f908b2867866a5562c077e40e..516c90cc6130f66c156f2f669b3ac56ca2fa9ac0 100644 (file)
@@ -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.