Skip to content

Commit 174020f

Browse files
committed
Fix typo: Allign --> Align
Fix typo: Allign --> Align
1 parent d507457 commit 174020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/sdk/common/ByteList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public synchronized byte[] getBytes(int start, int len) {
421421

422422
if(isUseStaticBuffer()){
423423
int tmpRead = staticBufferReadPointer;
424-
//Allign the start pointer
424+
//Align the start pointer
425425
if(start != 0){
426426
for(int i=0;i<start;i++){
427427
tmpRead++;

0 commit comments

Comments
 (0)