mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user