mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 04:33:56 -05:00
chore: fix some typos in comments (#7866)
Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
This commit is contained in:
@@ -51,7 +51,7 @@ public class TestMetricsPlugin implements BesuPlugin {
|
||||
.createGauge(
|
||||
TestMetricCategory.TEST_METRIC_CATEGORY,
|
||||
"test_metric",
|
||||
"Returns 1 on succes",
|
||||
"Returns 1 on success",
|
||||
() -> 1.0);
|
||||
}
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@ public abstract class RocksDBColumnarKeyValueStorageTest extends AbstractKeyValu
|
||||
List.of());
|
||||
store.close();
|
||||
|
||||
// Create new db without ignoring experimental colum family will add column to db
|
||||
// Create new db without ignoring experimental column family will add column to db
|
||||
store =
|
||||
createSegmentedStore(
|
||||
testPath,
|
||||
|
||||
@@ -25,7 +25,7 @@ public interface FuzzTarget {
|
||||
/**
|
||||
* The target to fuzz
|
||||
*
|
||||
* @param data data proviced by the fuzzer
|
||||
* @param data data provided by the fuzzer
|
||||
*/
|
||||
void fuzz(byte[] data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user