Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
738ed7eb
Unverified
Commit
738ed7eb
authored
Apr 27, 2021
by
Mark Lindner
Committed by
GitHub
Apr 27, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #182 from timgates42/bugfix_typo_configuration
docs: fix simple typo, configuation -> configuration
parents
2cce0450
9427e8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
contrib/ls-config/src/ls-config.c
contrib/ls-config/src/ls-config.c
+2
-2
No files found.
contrib/ls-config/src/ls-config.c
View file @
738ed7eb
...
...
@@ -255,7 +255,7 @@ char* path_name(char *dataPath) {
//set configuration path
//@return int success
//@param configFile - name (with path) of configuration fille
//@param dataPath - path of configuation variable (in config file)
//@param dataPath - path of configu
r
ation variable (in config file)
//@param optflags - global options flags
//@param dataString - data to store in configuration variable in string format
//@param dataType - type of variable to save
...
...
@@ -765,7 +765,7 @@ int set_config(char *configFile, char *dataPath, struct flags optflags, char *da
//unset configuration path
//(remove variable from configuration file)
//@return int success
//@param char* configFile - the name (with path) of configuation file
//@param char* configFile - the name (with path) of configu
r
ation file
//@param char* configPath - path to configuration valriable to remove (unset)
//@param struct flags optflags - global flags
int
unset_config
(
char
*
configFile
,
char
*
dataPath
,
struct
flags
optflags
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment