Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/SUMMARY.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ title: "1 - /home/martin/easydb/5/documentation/en/SUMMARY.md"
* [Pools](webfrontend/rightsmanagement/pools)
* [Tags & Workflows](webfrontend/rightsmanagement/tags)
* [Presets](webfrontend/rightsmanagement/presets)
* [Adminstration](webfrontend/administration)
* [Administration](webfrontend/administration)
* [Basic Configuration](webfrontend/administration/base-config)
* [General](webfrontend/administration/base-config/general)
* [Upload](webfrontend/administration/base-config/upload)
Expand Down
2 changes: 1 addition & 1 deletion content/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ title: "1 - /home/martin/easydb/5/documentation/de/SUMMARY.md"
* [Pools](webfrontend/rightsmanagement/pools)
* [Tags & Workflows](webfrontend/rightsmanagement/tags)
* [Voreinstellungen](webfrontend/rightsmanagement/presets)
* [Adminstration](webfrontend/administration)
* [Administration](webfrontend/administration)
* [Basis-Konfiguration](webfrontend/administration/base-config)
* [Allgemein](webfrontend/administration/base-config/general)
* [Hochladen](webfrontend/administration/base-config/upload)
Expand Down
2 changes: 1 addition & 1 deletion content/sysadmin/eas/partitions/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ column | description
Reactivate automatically disabled partitions
======================================================

Without sufficient free storage space, "EAS partitions" get disabled as a saftey measure.
Without sufficient free storage space, "EAS partitions" get disabled as a safety measure.

Once space has been created on the underlying file system, the disabled EAS partitions have to be enabled manually.
To do this, connect with the PostgreSQL command-line client `psql` to the **eas** database.
Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/group/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Creates (PUT) or updates (POST) groups.

Array of [groups](/en/technical/types/group).

## Ouput
## Output

Array of [groups](/en/technical/types/group) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/message/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This call requires the `system.message` system right.
Array of [messages](/en/technical/types/message). POST only updates fields
that are set, leaving the rest as they currently are.

## Ouput
## Output

Array of [messages](/en/technical/types/message) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/session/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ A JSON object containing the keys:

- `new_password`: the new password (string)

## Ouput
## Output

The current [session](/en/technical/types/session).

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/user/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Creates (PUT) or updates (POST) users. The related "user collection" will be cre

Array of [users](/en/technical/types/user). Depending on the user rights, more or less information is available: see GET above.

## Ouput
## Output

Array of [users](/en/technical/types/user) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/xmlmapping/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ See the following table for the definition of the options, that were used in the
| `fields` | | Definition of fields in a tab |
| `attributes` | | Specifiy used namespaces in the XML field |
| `type` | `Hidden` | Hidden field, for example for options |
| | `Ouput` | Label (how it is shown in the frontend) |
| | `Output` | Label (how it is shown in the frontend) |
| | `Input` | Field for the Input |
Copy link
Author

@stweil stweil Sep 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about this one (maybe the wrong spelling matches a typo in the code). Please check.

| `xml_export` | `path` | Mapped metadata field, fully qualified name of the metadata tag |
| | `list = true` | Multiple values can be written into the metadata field |
Expand Down