Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 29, 2024
1 parent 337bf80 commit 23f09a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/c/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = false // Change to true to delete files on roboRIO that no
// onger exist in deploy directory on roboRIO
// longer exist in deploy directory on roboRIO
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deploy {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = false // Change to true to delete files on roboRIO that no
// onger exist in deploy directory on roboRIO
// longer exist in deploy directory on roboRIO
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deploy {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = false // Change to true to delete files on roboRIO that no
// onger exist in deploy directory on roboRIO }
// longer exist in deploy directory on roboRIO }
}
}
}
Expand Down

0 comments on commit 23f09a5

Please sign in to comment.