ucx/properties.h

changeset 225
a1a068c2c4ef
parent 215
e0853e077770
child 250
b7d1317b138e
     1.1 --- a/ucx/properties.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/properties.h	Thu Sep 08 15:12:56 2016 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6   *
     1.7 - * Copyright 2015 Olaf Wintermann. All rights reserved.
     1.8 + * Copyright 2016 Olaf Wintermann. All rights reserved.
     1.9   *
    1.10   * Redistribution and use in source and binary forms, with or without
    1.11   * modification, are permitted provided that the following conditions are met:
    1.12 @@ -127,7 +127,7 @@
    1.13  UcxProperties *ucx_properties_new();
    1.14  
    1.15  /**
    1.16 - * Destroys an UcxProperties object.
    1.17 + * Destroys a UcxProperties object.
    1.18   * @param prop the UcxProperties object to destroy
    1.19   */
    1.20  void ucx_properties_free(UcxProperties *prop);
    1.21 @@ -170,7 +170,7 @@
    1.22  int ucx_properties_next(UcxProperties *prop, sstr_t *name, sstr_t *value);
    1.23  
    1.24  /**
    1.25 - * Retrieves all available key/value-pairs and puts them into an UcxMap.
    1.26 + * Retrieves all available key/value-pairs and puts them into a UcxMap.
    1.27   * 
    1.28   * This is done by successive calls to ucx_properties_next() until no more
    1.29   * key/value-pairs can be retrieved. 
    1.30 @@ -183,7 +183,7 @@
    1.31  int ucx_properties2map(UcxProperties *prop, UcxMap *map);
    1.32  
    1.33  /**
    1.34 - * Loads a properties file to an UcxMap.
    1.35 + * Loads a properties file to a UcxMap.
    1.36   * 
    1.37   * This is a convenience function that reads data from an input
    1.38   * stream until the end of the stream is reached.
    1.39 @@ -198,7 +198,7 @@
    1.40  int ucx_properties_load(UcxMap *map, FILE *file);
    1.41  
    1.42  /**
    1.43 - * Stores an UcxMap to a file.
    1.44 + * Stores a UcxMap to a file.
    1.45   * 
    1.46   * The key/value-pairs are written by using the following format:
    1.47   * 

mercurial