diff options
| author | Siri Hansen <[email protected]> | 2014-06-12 12:20:13 +0200 | 
|---|---|---|
| committer | Siri Hansen <[email protected]> | 2014-06-12 12:20:13 +0200 | 
| commit | dbd201a56e652c3dbe031896644755d2e5c84af0 (patch) | |
| tree | 14bb4993aa2a544b7686d90ce5d02ade36c99a4d | |
| parent | 7274a9db9b17cc14fde15a3aa0574136c58e8551 (diff) | |
| download | otp-dbd201a56e652c3dbe031896644755d2e5c84af0.tar.gz otp-dbd201a56e652c3dbe031896644755d2e5c84af0.tar.bz2 otp-dbd201a56e652c3dbe031896644755d2e5c84af0.zip  | |
Fix typo in error message in reltool_server
| -rw-r--r-- | lib/reltool/src/reltool_server.erl | 4 | 
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),  | 
