Skip to content

Commit 0ff2243

Browse files
committed
fix typo
1 parent df83500 commit 0ff2243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ template <TableRef R>
6969
constexpr auto tableRef2ConfigParamSpec()
7070
{
7171
return o2::framework::ConfigParamSpec{
72-
std::string{"iput:"} + o2::aod::Hash<R.label_hash>::str,
72+
std::string{"input:"} + o2::aod::Hash<R.label_hash>::str,
7373
framework::VariantType::String,
7474
aod::sourceSpec<R>(),
7575
{"\"\""}};

0 commit comments

Comments
 (0)