Skip to content

Commit 5f6494e

Browse files
filiptronicekgeropl
andcommitted
fix proto typo
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
1 parent 6c9cb9c commit 5f6494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/public-api/gitpod/v1/workspace.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ message WorkspaceSpec {
376376
// inactivity is the maximum time of inactivity before the workspace is
377377
// stopped or paused
378378
google.protobuf.Duration inactivity = 1;
379-
// inactivity is the maximum time of disconnection before the workspace is
379+
// disconnected is the maximum time of disconnection before the workspace is
380380
// stopped or paused set to zero to disable.
381381
google.protobuf.Duration disconnected = 2;
382382
// maximum lifetime of the workspace

0 commit comments

Comments
 (0)