aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-06-16 15:21:15 +0200
committerRickard Green <[email protected]>2014-06-16 15:21:15 +0200
commit51bf9a291c1a3ed59a28879d422485d794ea5b7c (patch)
tree1b5c08b997dd0f5fd4c1cdd6acd75ea910d14bb6 /lib
parentd82e6d9495db0b2583b4e65133dca0840c9842a7 (diff)
parent42319ef8bf50bd6e607d6154a4ab1c041bb08551 (diff)
downloadotp-51bf9a291c1a3ed59a28879d422485d794ea5b7c.tar.gz
otp-51bf9a291c1a3ed59a28879d422485d794ea5b7c.tar.bz2
otp-51bf9a291c1a3ed59a28879d422485d794ea5b7c.zip
Merge branch 'maint'
* maint: Fix redefinition of ETHR_FORCE_INLINE Fix typo in error message in reltool_server
Diffstat (limited to 'lib')
-rw-r--r--lib/reltool/src/reltool_server.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reltool/src/reltool_server.erl b/lib/reltool/src/reltool_server.erl
index 98eeed5c27..e7af4bd3f7 100644
--- a/lib/reltool/src/reltool_server.erl
+++ b/lib/reltool/src/reltool_server.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2009-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2009-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -2030,7 +2030,7 @@ ensure_app_info(#app{name = Name,
[BadVsn | _] ->
reltool_utils:throw_error(
"~w: Application version clash. "
- "Multiple directories contains version ~tp.",
+ "Multiple directories contain version ~tp.",
[Name,BadVsn])
end,
FirstInfo = hd(AllInfo),