From b3e7df48dfbf3d2300877d1e524132624e9493c3 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Fri, 7 Mar 2014 12:20:25 -0500 Subject: [PATCH] Fix typo in devmapper driver_test Docker-DCO-1.1-Signed-off-by: Paul Morie (github: pmorie) --- graphdriver/devmapper/driver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphdriver/devmapper/driver_test.go b/graphdriver/devmapper/driver_test.go index 7939241987..68699f208e 100644 --- a/graphdriver/devmapper/driver_test.go +++ b/graphdriver/devmapper/driver_test.go @@ -299,7 +299,7 @@ func TestInit(t *testing.T) { } }() }() - // Put all tests in a funciton to make sure the garbage collection will + // Put all tests in a function to make sure the garbage collection will // occur. // Call GC to cleanup runtime.Finalizers