commit afb8211e83a2a7adb29c0164836067327fcecd7d Author: JeremyRand biolizard89@gmail.com Date: Thu Mar 21 15:43:29 2019 +0000
Bug 29848: Fix "optionaly" typo --- projects/go/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/go/config b/projects/go/config index ab0a6d3..c039b04 100644 --- a/projects/go/config +++ b/projects/go/config @@ -21,7 +21,7 @@ var:
# Template build script for building a go library. # This can be called as projects/go/var/build_go_lib. - # You need to define /var/go_lib, and optionaly var/go_lib_install as + # You need to define /var/go_lib, and optionally var/go_lib_install as # a list of install targets. build_go_lib: | #!/bin/bash
tbb-commits@lists.torproject.org