summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-01-31 12:19:47 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-01-31 12:19:47 +0000
commitd55aa9160af4d0542842358fd0111615f307b130 (patch)
tree21a63d09a546c9e1450caee4b2f80fe517121b52
parent778550883ef0c1c1d9bc5147715c6458dfa0b828 (diff)
downloadrabbitmq-server-d55aa9160af4d0542842358fd0111615f307b130.tar.gz
cosmetic and addition of impersonal pronoun
-rw-r--r--src/rabbit_misc.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 8fd38217..82bd5797 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -247,9 +247,8 @@ assert_args_equivalence1(Orig, New, Name, Key) ->
val(undefined) ->
"none";
-
val({Type, Value}) ->
- lists:flatten(io_lib:format("value '~s' of type '~s'", [Value, Type])).
+ lists:flatten(io_lib:format("a value '~s' of type '~s'", [Value, Type])).
dirty_read(ReadSpec) ->
case mnesia:dirty_read(ReadSpec) of