8000 Documentation/typos 2020 01 24 by Simran-B · Pull Request #10975 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Documentation/typos 2020 01 24 #10975

New issue 8000

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

Merged
merged 3 commits into from
Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Code
  • Loading branch information
Simran-B committed Jan 24, 2020
commit a24b3d6079adec60da068e7d515be0662ffa6a11
2 changes: 1 addition & 1 deletion arangod/Pregel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ this readme is more intended for internal use.

## Protocol

Message format between DBServers:
Message format between DB-Servers:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion arangod/VocBase/Methods/Databases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ int dropDBCoordinator(std::string const& dbName) {
return TRI_ERROR_NO_ERROR;
}

const std::string dropError = "Error when dropping Datbase";
const std::string dropError = "Error when dropping database";
} // namespace

arangodb::Result Databases::drop(TRI_vocbase_t* systemVocbase, std::string const& dbName) {
Expand Down
0