Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0588-corrected-spelling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0588-corrected-spelling.patch of Package erlang
From be12b48ab21e70337ffdee43186a33eacaaf9a2e Mon Sep 17 00:00:00 2001 From: massivefermion <massivefermion@protonmail.com> Date: Tue, 20 Jul 2021 12:17:27 +0430 Subject: [PATCH] corrected spelling "protocol not suppored" to "protocol not supported" --- lib/stdlib/src/erl_posix_msg.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdlib/src/erl_posix_msg.erl b/lib/stdlib/src/erl_posix_msg.erl index b9ed4a3a9d..931e502489 100644 --- a/lib/stdlib/src/erl_posix_msg.erl +++ b/lib/stdlib/src/erl_posix_msg.erl @@ -139,7 +139,7 @@ message_1(eprocunavail) -> <<"bad procedure for program">>; message_1(eprogmismatch) -> <<"program version wrong">>; message_1(eprogunavail) -> <<"RPC program not available">>; message_1(eproto) -> <<"protocol error">>; -message_1(eprotonosupport) -> <<"protocol not suppored">>; +message_1(eprotonosupport) -> <<"protocol not supported">>; message_1(eprototype) -> <<"protocol wrong type for socket">>; message_1(erange) -> <<"math result unrepresentable">>; message_1(erefused) -> <<"EREFUSED">>; -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor