diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-03 17:02:19 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-03 17:02:19 -0400 |
commit | c3ccf00e91ff61bd3ea6c6f7ffb3709442e2270a (patch) | |
tree | 3bf2a9cf9f3a9dbb283fbc286f39b7f749c776f4 /indra | |
parent | ce9886e3d374df3017eeaeeb9e30f28343712896 (diff) |
Fix a small typo
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/workqueue.h b/indra/llcommon/workqueue.h index 1f8cebd336..0581f85bfa 100644 --- a/indra/llcommon/workqueue.h +++ b/indra/llcommon/workqueue.h @@ -376,7 +376,7 @@ namespace LL * relaunch it. As long as the callable continues returning true, BackJack * keeps resubmitting it to the target WorkQueue. * - * "You go back, Jack, and do it again -- wheel turning' round and round..." + * "You go back, Jack, and do it again -- wheel turnin' round and round..." * --Steely Dan, from "Can't Buy a Thrill" (1972) * https://www.youtube.com/watch?v=yCgHTmv4YU8 */ |