Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreikoval committed Sep 27, 2018
1 parent 0886325 commit a44e1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ public enum TransactionStateMemoryAllocation
OFF_HEAP
}

@Description( "Defines whether memory for transaction state should allocaten on- or off-heap." )
@Description( "Defines whether memory for transaction state should be allocated on- or off-heap." )
public static final Setting<TransactionStateMemoryAllocation> tx_state_memory_allocation = buildSetting(
"dbms.tx_state.memory_allocation",
options( TransactionStateMemoryAllocation.class, true ),
Expand Down

0 comments on commit a44e1ef

Please sign in to comment.