Fix typos in JobManager 04/162004/1
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 7 Nov 2017 11:12:49 +0000 (12:12 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 28 Nov 2017 11:36:58 +0000 (12:36 +0100)
Change-Id: Ic16bbbb50bd82b0d6b747f05f2fd0c409d2fcf1d
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
jobmanager.go

index 472c679..dfa7bba 100644 (file)
@@ -55,7 +55,7 @@ type JobInfo struct {
        Name string
        // Created is the Job creation time in UTC.
        Created time.Time
-       // Updated is the time of latest Job status modification.
+       // Updated is the time of latest Jobs' status modification.
        Updated time.Time
        // Status specifies current state of the Job.
        Status JobStatus
@@ -64,7 +64,7 @@ type JobInfo struct {
        Info string
 }
 
-// JobManager interface defines API for actions that can be called on Weles Jobs
+// JobManager interface defines API for actions that can be called on Weles' Jobs
 // by external modules. These methods are intended to be used by HTTP server.
 type JobManager interface {
        // CreateJob creates a new Job in Weles using recipe passed in YAML format.