Skip to content

Commit d2456a0

Browse files
committed
Fix typo found while responding to comments on sbndcode PR
1 parent 5d51611 commit d2456a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbnobj/SBND/CRT/CRTEnums.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ namespace sbnd::crt {
4848
enum CRTChannelStatus {
4949
kGoodChannel = 0,
5050
kDeadChannel,
51-
KDeadNeighbourChannel,
51+
kDeadNeighbourChannel,
5252
kQuietChannel,
53-
KQuietNeighbourChannel
53+
kQuietNeighbourChannel
5454
};
5555
}
5656

0 commit comments

Comments
 (0)