mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpilib] Use misspell to fix spelling errors (NFC) (#2674)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) 2015-2019 FIRST. All Rights Reserved. */
|
||||
/* Copyright (c) 2015-2020 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
@@ -176,7 +176,7 @@ class NetworkTable final : public ITable {
|
||||
static void SetTeam(int team);
|
||||
|
||||
/**
|
||||
* @param address the adress that network tables will connect to in client
|
||||
* @param address the address that network tables will connect to in client
|
||||
* mode
|
||||
*/
|
||||
WPI_DEPRECATED(
|
||||
@@ -774,7 +774,7 @@ class NetworkTable final : public ITable {
|
||||
|
||||
} // namespace nt
|
||||
|
||||
// For backwards compatability
|
||||
// For backwards compatibility
|
||||
#ifndef NAMESPACED_NT
|
||||
using nt::NetworkTable; // NOLINT
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) 2015-2019 FIRST. All Rights Reserved. */
|
||||
/* Copyright (c) 2015-2020 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
@@ -1747,7 +1747,7 @@ double* NT_GetValueDoubleArray(const struct NT_Value* value,
|
||||
* It is the caller's responsibility to free the array once its no longer
|
||||
* needed. The NT_FreeStringArray() function is useful for this purpose.
|
||||
* The returned array is a copy of the array in the value, and must be
|
||||
* freed seperately. Note that the individual NT_Strings should not be freed,
|
||||
* freed separately. Note that the individual NT_Strings should not be freed,
|
||||
* but the entire array should be freed at once. The NT_FreeStringArray()
|
||||
* function will free all the NT_Strings.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user