From ad5b6cbaf6a39ef91269601ed955432be81d859f Mon Sep 17 00:00:00 2001 From: ovari123 Date: Sat, 14 Sep 2024 16:12:06 -0400 Subject: [PATCH] misc: unify terminology MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 8+3 filename → 8.3 filename be ware → beware {cannot, can not, cant, can't, could not, couldn't} → unable to conpleted → completed file name → filename imcomplete → incomplete informations → information trying to → attempting to wrong password → incorrect password GitLab: https://git.jami.net/savoirfairelinux/jami-client-qt/issues/1730 Change-Id: Ia7757efafd2c06af978db02c65b40b1b77c393f8 --- CMake/Utils.cmake | 2 +- NEWS | 2 +- .../cx.ring.Ring.ConfigurationManager.xml | 8 +- bin/jni/videomanager.i | 4 +- compat/msvc/winmake.py | 4 +- configure.ac | 4 +- contrib/src/iconv/rules.mak | 2 +- contrib/src/main.mak | 4 +- doc/agent/workflow.rst | 2 +- doc/doxygen/core-doc.cfg.in | 24 +- doc/trace/tracepoint-analysis.rst | 4 +- src/account.cpp | 2 +- src/archiver.h | 6 +- src/call.h | 2 +- src/client/configurationmanager.cpp | 14 +- src/client/presencemanager.cpp | 10 +- src/client/videomanager.cpp | 10 +- src/conference.cpp | 18 +- src/config/yamlparser.h | 2 +- src/connectivity/security/tlsvalidator.cpp | 32 +- src/connectivity/utf8_utils.cpp | 2 +- src/fileutils.cpp | 22 +- src/gittransport.cpp | 2 +- src/im/message_engine.cpp | 8 +- src/jamidht/account_manager.cpp | 10 +- src/jamidht/accountarchive.cpp | 4 +- src/jamidht/archive_account_manager.cpp | 58 +-- src/jamidht/channeled_transport.cpp | 6 +- src/jamidht/contact_list.cpp | 28 +- src/jamidht/conversation.cpp | 26 +- src/jamidht/conversation.h | 4 +- src/jamidht/conversation_module.cpp | 34 +- src/jamidht/conversation_module.h | 2 +- src/jamidht/conversationrepository.cpp | 164 ++++---- src/jamidht/gitserver.cpp | 36 +- src/jamidht/jamiaccount.cpp | 42 +- src/jamidht/jamiaccount.h | 4 +- src/jamidht/jamiaccount_config.cpp | 2 +- src/jamidht/namedirectory.cpp | 8 +- src/jamidht/server_account_manager.cpp | 30 +- src/jamidht/swarm/routing_table.cpp | 2 +- src/jamidht/sync_channel_handler.h | 2 +- src/jamidht/sync_module.cpp | 2 +- src/jamidht/sync_module.h | 2 +- src/jamidht/transfer_channel_handler.cpp | 2 +- src/manager.cpp | 38 +- src/manager.h | 2 +- src/media/audio/alsa/alsalayer.cpp | 28 +- .../audio/audio-processing/audio_processor.h | 378 +++++++++--------- src/media/audio/audio_frame_resizer.cpp | 2 +- src/media/audio/audio_input.cpp | 6 +- src/media/audio/audio_receive_thread.cpp | 2 +- src/media/audio/audio_sender.cpp | 2 +- src/media/audio/coreaudio/ios/corelayer.mm | 2 +- src/media/audio/coreaudio/osx/corelayer.mm | 2 +- src/media/audio/jack/jacklayer.cpp | 24 +- src/media/audio/portaudio/portaudiolayer.cpp | 30 +- src/media/audio/pulseaudio/audiostream.cpp | 2 +- src/media/audio/pulseaudio/pulselayer.cpp | 6 +- src/media/audio/resampler.cpp | 8 +- src/media/audio/resampler.h | 2 +- src/media/audio/sound/audiofile.cpp | 4 +- src/media/localrecorder.cpp | 8 +- src/media/localrecordermanager.cpp | 4 +- src/media/media_decoder.cpp | 16 +- src/media/media_encoder.cpp | 24 +- src/media/media_filter.cpp | 4 +- src/media/media_recorder.cpp | 10 +- src/media/media_stream.h | 2 +- src/media/recordable.cpp | 10 +- src/media/socket_pair.cpp | 6 +- src/media/system_codec_container.cpp | 2 +- src/media/video/accel.cpp | 10 +- .../video/androidvideo/video_device_impl.cpp | 2 +- .../video/iosvideo/video_device_impl.cpp | 2 +- src/media/video/sinkclient.cpp | 2 +- src/media/video/v4l2/video_device_impl.cpp | 14 +- src/media/video/video_base.cpp | 2 +- src/media/video/video_device.h | 2 +- src/media/video/video_device_monitor.cpp | 2 +- src/media/video/video_input.cpp | 18 +- src/media/video/video_mixer.cpp | 2 +- src/media/video/video_receive_thread.cpp | 4 +- src/media/video/video_rtp_session.cpp | 2 +- .../video/winvideo/video_device_impl.cpp | 14 +- .../winvideo/video_device_monitor_impl.cpp | 2 +- src/plugin/callservicesmanager.cpp | 2 +- src/plugin/chatservicesmanager.cpp | 2 +- src/plugin/jamipluginmanager.cpp | 4 +- src/plugin/pluginmanager.cpp | 2 +- src/plugin/pluginsutils.cpp | 8 +- src/plugin/webviewservicesmanager.cpp | 4 +- src/preferences.cpp | 8 +- src/scheduled_executor.h | 2 +- src/sip/pres_sub_client.cpp | 12 +- src/sip/pres_sub_server.cpp | 4 +- src/sip/sdp.cpp | 36 +- src/sip/sipaccount.cpp | 20 +- src/sip/sipaccountbase.h | 2 +- src/sip/sipcall.cpp | 86 ++-- src/sip/sippresence.cpp | 8 +- src/sip/siptransport.cpp | 6 +- src/sip/sipvoiplink.cpp | 30 +- src/string_utils.cpp | 12 +- src/string_utils.h | 4 +- src/threadloop.h | 6 +- src/windirent.h | 60 +-- test/agent/build-aux/pre-inst-env.in | 2 +- test/agent/scenarios/bulk-calls/scenario.scm | 2 +- .../account_archive/account_archive.cpp | 2 +- test/unitTest/call/conference.cpp | 2 +- test/unitTest/conversation/conversation.cpp | 14 +- .../conversation/conversationcommon.cpp | 16 +- .../conversationRepository.cpp | 14 +- test/unitTest/syncHistory/syncHistory.cpp | 2 +- tools/asterisk/extensions.conf | 2 +- tools/asterisk/sip.conf | 8 +- tools/cpplint.py3 | 36 +- tools/jamictrl/controller.py | 8 +- tools/jamictrl/sippwrap.py | 6 +- 120 files changed, 896 insertions(+), 896 deletions(-) diff --git a/CMake/Utils.cmake b/CMake/Utils.cmake index 102963fa1..da9aa2ecf 100644 --- a/CMake/Utils.cmake +++ b/CMake/Utils.cmake @@ -148,7 +148,7 @@ function(add_custom_command_if) add_custom_command_if_parse_arguments(${ARGN}) if(OUTPUT AND TARGET) - message(FATAL_ERROR "Wrong syntax. A TARGET and OUTPUT can not both be specified.") + message(FATAL_ERROR "Wrong syntax. A TARGET and OUTPUT are unable to be both specified.") endif() if(OUTPUT) diff --git a/NEWS b/NEWS index 9f73aef40..10f0efb82 100644 --- a/NEWS +++ b/NEWS @@ -132,7 +132,7 @@ SFLphoned/SFLphone (0.5a) / 2005-10-17 SFLphone (0.4.1-pre2) / 2005-09-30 * rearranged utilspp use - * Bug fix when trying to use more than 6 lines. + * Bug fix when attempting to use more than 6 lines. * Now, we send a final response to reINVITEs (thanks to Mikael Magnusson) * We can build in different build directories. diff --git a/bin/dbus/cx.ring.Ring.ConfigurationManager.xml b/bin/dbus/cx.ring.Ring.ConfigurationManager.xml index d7ae9e113..796661a13 100644 --- a/bin/dbus/cx.ring.Ring.ConfigurationManager.xml +++ b/bin/dbus/cx.ring.Ring.ConfigurationManager.xml @@ -212,8 +212,8 @@ Status code: 0 for success @@ -256,7 +256,7 @@ Status code: 0 for success @@ -417,7 +417,7 @@ Status code: 0 for success