From 0547a02b3fc3d3199795aa8c3b3d08bfbf258399 Mon Sep 17 00:00:00 2001 From: Guillaume Endignoux <guillaumee@google.com> Date: Mon, 2 Mar 2020 16:09:33 +0100 Subject: [PATCH] Typo. --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 85515a6..2b2eefc 100755 --- a/deploy.py +++ b/deploy.py @@ -372,7 +372,7 @@ if __name__ == '__main__': const="debug_allocations", dest="features", help=("The console will be used to output allocator statistics every " - "yime an allocation/deallocation happens."), + "time an allocation/deallocation happens."), ) app_commands.add_argument( "--no-u2f", -- GitLab