mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -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(
|
.createGauge(
|
||||||
TestMetricCategory.TEST_METRIC_CATEGORY,
|
TestMetricCategory.TEST_METRIC_CATEGORY,
|
||||||
"test_metric",
|
"test_metric",
|
||||||
"Returns 1 on succes",
|
"Returns 1 on success",
|
||||||
() -> 1.0);
|
() -> 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ public abstract class RocksDBColumnarKeyValueStorageTest extends AbstractKeyValu
|
|||||||
List.of());
|
List.of());
|
||||||
store.close();
|
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 =
|
store =
|
||||||
createSegmentedStore(
|
createSegmentedStore(
|
||||||
testPath,
|
testPath,
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ public interface FuzzTarget {
|
|||||||
/**
|
/**
|
||||||
* The target to fuzz
|
* The target to fuzz
|
||||||
*
|
*
|
||||||
* @param data data proviced by the fuzzer
|
* @param data data provided by the fuzzer
|
||||||
*/
|
*/
|
||||||
void fuzz(byte[] data);
|
void fuzz(byte[] data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user