Skip to content

Commit

Permalink
ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOu…
Browse files Browse the repository at this point in the history
…tcome

Rename FORCED_SUCESS to FORCED_SUC**_C_**ESS in memory.AllocationManager.AllocationOutcome.

Author: proflin <proflin.me@gmail.com>

Closes #4 from proflin/ARROW-15--Fix-a-naming-typo-for-memory.AllocationManager.AllocationOutcome and squashes the following commits:

0e276fa [proflin] ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOutcome
  • Loading branch information
lw-lin authored and wesm committed Mar 4, 2016
1 parent 89c6afd commit 307977e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public static enum AllocationOutcome {
/**
* Allocation succeeded but only because the allocator was forced to move beyond a limit.
*/
FORCED_SUCESS(true),
FORCED_SUCCESS(true),

/**
* Allocation failed because the local allocator's limits were exceeded.
Expand Down

0 comments on commit 307977e

Please sign in to comment.