[ARVADOS] updated: 1.3.0-2908-gd8d319957

Git user git at public.arvados.org
Mon Sep 21 15:52:42 UTC 2020


Summary of changes:
 lib/controller/forecast/datapoint.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d8d3199572346d7871c34c14fcf144d3b147adca (commit)
      from  0875fa95ae42ef981edac1dff80e3d6566332280 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d8d3199572346d7871c34c14fcf144d3b147adca
Author: Nico Cesar <nico at nicocesar.com>
Date:   Mon Sep 21 11:52:13 2020 -0400

    Typos
    
    refs #16462
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>

diff --git a/lib/controller/forecast/datapoint.go b/lib/controller/forecast/datapoint.go
index 3e80264c5..31c989ee8 100644
--- a/lib/controller/forecast/datapoint.go
+++ b/lib/controller/forecast/datapoint.go
@@ -40,7 +40,7 @@ type ErrInvalidDuration struct {
 }
 
 func (e *ErrInvalidDuration) Error() string {
-	return fmt.Sprintf("forecast: Diration for container request '%s' cant be calculated", e.ContainerUUID)
+	return fmt.Sprintf("forecast: Duration for container request '%s' can't be calculated", e.ContainerUUID)
 }
 
 // Duration returns a time Duration with the container start and stop

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list