diff options
author | Matias Lopez Diaz <matiaslopezd@gmail.com> | 2022-02-05 23:51:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 21:51:49 -0500 |
commit | 7daaaa9030a4713df8444a8fc165d91f70bb0d27 (patch) | |
tree | e0e283376bee1af7decadd12c8328f306634c5e0 /files/es/web | |
parent | 4a9faa19c8b55e4e5bacf56dd3f7097f4969c14f (diff) | |
download | translated-content-7daaaa9030a4713df8444a8fc165d91f70bb0d27.tar.gz translated-content-7daaaa9030a4713df8444a8fc165d91f70bb0d27.tar.bz2 translated-content-7daaaa9030a4713df8444a8fc165d91f70bb0d27.zip |
fix(typo): changed "ganar" to "obtener" (#4010)
"Ganar" is not correct!
Diffstat (limited to 'files/es/web')
-rw-r--r-- | files/es/web/http/status/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/http/status/index.html b/files/es/web/http/status/index.html index b738cb84ab..4662845040 100644 --- a/files/es/web/http/status/index.html +++ b/files/es/web/http/status/index.html @@ -180,7 +180,7 @@ translation_of: Web/HTTP/Status <dt>{{HTTPStatus(510, "510 Not Extended")}}</dt> <dd>Extensiones adicionales para la solicitud son requeridas para que el servidor las cumpla.</dd> <dt>{{HTTPStatus(511, "511 Network Authentication Required")}}</dt> - <dd>El código de estado 511 indica que el cliente necesita autenticar para ganar acceso a la red.</dd> + <dd>El código de estado 511 indica que el cliente necesita autenticar para obtener acceso a la red.</dd> </dl> <h2 id="Ver_también">Ver también</h2> |