Skip to content

Commit

Permalink
Merge pull request #5829 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix residual typos found by codespell
  • Loading branch information
mgallien authored Jun 22, 2023
2 parents 9b6f68c + 1af6a98 commit 77478a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion craftmaster.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ShallowClone = True
# Variables defined here override the default value
# The variable names are casesensitive
[Variables]
#Values need to be overwritten to create a chache
#Values need to be overwritten to create a cache
UseCache = True
CreateCache = False

Expand Down
2 changes: 1 addition & 1 deletion doc/massdeploymentcommandline.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
It is possible to perform mass deployment of the Nextcloud desktop client by passing certain command-line parameters from the deployment step to Nextcloud desktop client executable after the initial setup.
This will allow desktop client to generate a config (.cfg) file that will be used during subsequent launches.
A config file will have a corresponding account written into it similar to if you have added it manually via the desktop client's UI.
The desktop client will exit with code 0 if account has been added successfuly, or 1 in case of failure.
The desktop client will exit with code 0 if account has been added successfully, or 1 in case of failure.
Detailed failure message is printed to the desktop client logs.

The following parameters are supported:
Expand Down

0 comments on commit 77478a3

Please sign in to comment.