]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 16 Mar 2024 12:45:34 +0000 (13:45 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 16 Mar 2024 12:46:25 +0000 (13:46 +0100)
[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.