Skip to content

Commit ec084d5

Browse files
WAYKEN-TSESigureMo
andauthored
[CodeStyle][Typos][A-20] Fix typo(Oll) (#69532)
Co-authored-by: SigureMo <sigure.qaq@gmail.com>
1 parent c3ba53c commit ec084d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_typos.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ distrubuted = 'distrubuted'
771771
Localy = 'Localy'
772772
PARM = 'PARM'
773773
thi = 'thi'
774-
Oll = 'Oll'
775774
Infor = 'Infor'
776775
statment = 'statment'
777776
varn = 'varn'

paddle/fluid/inference/tensorrt/convert/reverse_roll_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ReverseRollOpConverter : public OpConverter {
6565
reverse_roll_layer = engine_->AddDynamicPlugin(&X, 1, plugin);
6666
} else {
6767
PADDLE_THROW(common::errors::InvalidArgument(
68-
"ReverseROll TRT Plugin should run in dynamic shape."));
68+
"ReverseRoll TRT Plugin should run in dynamic shape."));
6969
}
7070
auto output_name = op_desc.Output("Out").front();
7171
ReplenishLayerAndOutput(

0 commit comments

Comments
 (0)