Fix typos with cspell (#6972)

This commit is contained in:
Gold856
2024-08-17 10:44:34 -04:00
committed by GitHub
parent 780b1e0391
commit b12b83aa89
83 changed files with 151 additions and 152 deletions

View File

@@ -448,7 +448,7 @@ public final class NetworkTablesJNI {
public static native void releaseEntry(int entry);
/**
* Relesaes pubsub entry.
* Releases pubsub entry.
*
* @param pubsubentry Pubsub entry handle.
*/
@@ -1542,7 +1542,7 @@ public final class NetworkTablesJNI {
/**
* Returns the current timestamp in microseconds.
*
* @return The current timestsamp in microseconds.
* @return The current timestamp in microseconds.
*/
public static native long now();