Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Soletta: because we know our own name 2
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo de Almeida Gonzaga <ricardo.gonzaga@intel.com>
  • Loading branch information
ricdevz committed Oct 20, 2015
1 parent 23c3a2d commit 3aaecc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ BINARY_TOC = NO
TOC_EXPAND = NO
GENERATE_QHP = NO
QCH_FILE =
QHP_NAMESPACE = org.solletaproject
QHP_NAMESPACE = org.solettaproject
QHP_VIRTUAL_FOLDER = doc/doxygen
QHP_CUST_FILTER_NAME =
QHP_CUST_FILTER_ATTRS =
QHP_SECT_FILTER_ATTRS =
QHG_LOCATION =
GENERATE_ECLIPSEHELP = NO
ECLIPSE_DOC_ID = org.solletaproject
ECLIPSE_DOC_ID = org.solettaproject
DISABLE_INDEX = YES
GENERATE_TREEVIEW = NO
ENUM_VALUES_PER_LINE = 4
Expand Down
2 changes: 1 addition & 1 deletion src/lib/comms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ config MQTT
of its small size, low power usage, minimised data packets, and
efficient distribution of information to one or many receivers.

The solleta implementation of MQTT depends on the mosquitto library
The Soletta implementation of MQTT depends on the mosquitto library
(http://mosquitto.org/)
2 changes: 1 addition & 1 deletion src/lib/comms/sol-mqtt-impl-mosquitto.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sol_mqtt_event_loop(void *data, int fd, unsigned int active_flags)

/*
* When mosquitto calls the a user provided callback, its internal lock is held
* so we need to go back to solleta mainloop before calling our user callback
* so we need to go back to Soletta mainloop before calling our user callback
* in order to prevent a deadlock.
*/

Expand Down

0 comments on commit 3aaecc2

Please sign in to comment.