Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo de Almeida Gonzaga <[email protected]>
  • Loading branch information
ricdevz authored and Bruno Bottazzini committed May 13, 2016
1 parent 8a256b9 commit b0ffb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-configure/avahi/avahi_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# avahi_%.bbappend
#
# Configure to autostart avahi deamon on system boot
# Configure to autostart avahi daemon on system boot

SYSTEMD_PATH = "${systemd_unitdir}/system/"
AUTOSTART_SYSTEMD_PATH = "/etc/systemd/system/multi-user.target.wants/"
Expand Down
2 changes: 1 addition & 1 deletion recipes-soletta/soletta/soletta_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ do_compile() {
npm set strict-ssl false
npm config set registry http://registry.npmjs.org/

# configure http proxy if neccessary
# configure http proxy if necessary
if [ -n "${http_proxy}" ]; then
npm config set proxy ${http_proxy}
NODE_GYP_PROXY="--proxy=${http_proxy}"
Expand Down

0 comments on commit b0ffb70

Please sign in to comment.